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 FinishStyleDeck. getFinishStyle()Methods in ca.cgjennings.apps.arkham.deck with parameters of type FinishStyle Modifier and Type Method Description voidDeck. 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 FinishStyleBleedMarginStyle. getFinishStyle()Returns the finish style set on this item, or null if the deck default style should be used.FinishStyleBleedMarginStylePanel. getFinishStyle()FinishStyleCardFace. getFinishStyle()Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type FinishStyle Modifier and Type Method Description voidBleedMarginStyle. setFinishStyle(FinishStyle style)Sets the edge finish style to use for this item, or null if the deck default option should be used.voidBleedMarginStylePanel. setFinishStyle(FinishStyle style)voidCardFace. 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 FinishStyleFinishStyle. 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 FinishStyleFinishStyle. fromSheet(Sheet<?> s)Given a sheet, converts its user bleed margin into a matching finish style.static FinishStyleFinishStyle. getPreviewStyle()Returns the current finish style for image previews from user settings.static FinishStyleFinishStyle. 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.
-