Uses of Class
ca.cgjennings.apps.arkham.sheet.MarkerStyle
-
Packages that use MarkerStyle Package Description ca.cgjennings.apps.arkham.diy ca.cgjennings.apps.arkham.sheet -
-
Uses of MarkerStyle in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy that return MarkerStyle Modifier and Type Method Description MarkerStyle
DIY. getMarkerStyle()
Returns the marker style for the marker sheet of aDIY.FaceStyle.CARD_AND_MARKER
component.MarkerStyle
DIYSheet. getMarkerStyle()
Methods in ca.cgjennings.apps.arkham.diy with parameters of type MarkerStyle Modifier and Type Method Description void
DIY. setMarkerStyle(MarkerStyle markerStyle)
Sets the marker style for the marker sheet of aDIY.FaceStyle.CARD_AND_MARKER
component. -
Uses of MarkerStyle in ca.cgjennings.apps.arkham.sheet
Methods in ca.cgjennings.apps.arkham.sheet that return MarkerStyle Modifier and Type Method Description MarkerStyle
Sheet. getMarkerStyle()
If this sheet represents an embedded marker, returns the layout style of the marker.static MarkerStyle
MarkerStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MarkerStyle[]
MarkerStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-