Uses of Class
ca.cgjennings.apps.arkham.sheet.FinishStyle
-
Packages that use FinishStyle Package Description ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.deck.item ca.cgjennings.apps.arkham.sheet -
-
Uses of FinishStyle in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return FinishStyle Modifier and Type Method Description FinishStyle
Deck. getFinishStyle()
Methods in ca.cgjennings.apps.arkham.deck with parameters of type FinishStyle Modifier and Type Method Description void
Deck. setFinishStyle(FinishStyle style)
-
Uses of FinishStyle in ca.cgjennings.apps.arkham.deck.item
Methods in ca.cgjennings.apps.arkham.deck.item that return FinishStyle Modifier and Type Method Description FinishStyle
BleedMarginStyle. getFinishStyle()
Returns the finish style set on this item, or null if the deck default style should be used.FinishStyle
BleedMarginStylePanel. getFinishStyle()
FinishStyle
CardFace. getFinishStyle()
Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type FinishStyle Modifier and Type Method Description void
BleedMarginStyle. setFinishStyle(FinishStyle style)
Sets the edge finish style to use for this item, or null if the deck default option should be used.void
BleedMarginStylePanel. setFinishStyle(FinishStyle style)
void
CardFace. setFinishStyle(FinishStyle style)
-
Uses of FinishStyle in ca.cgjennings.apps.arkham.sheet
Methods in ca.cgjennings.apps.arkham.sheet that return FinishStyle Modifier and Type Method Description static FinishStyle
FinishStyle. fromSetting(java.lang.String v)
Convert a setting value to a finish style, returning a default value if the setting key is missing or malformed.static FinishStyle
FinishStyle. fromSheet(Sheet<?> s)
Given a sheet, converts its user bleed margin into a matching finish style.static FinishStyle
FinishStyle. getPreviewStyle()
Returns the current finish style for image previews from user settings.static FinishStyle
FinishStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FinishStyle[]
FinishStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-