Uses of Class
ca.cgjennings.apps.arkham.deck.item.DashPattern
-
Packages that use DashPattern Package Description ca.cgjennings.apps.arkham.deck.item gamedata -
-
Uses of DashPattern in ca.cgjennings.apps.arkham.deck.item
Fields in ca.cgjennings.apps.arkham.deck.item declared as DashPattern Modifier and Type Field Description static DashPattern
Line. DEFAULT_DASH_PATTERN
Methods in ca.cgjennings.apps.arkham.deck.item that return DashPattern Modifier and Type Method Description DashPattern
Line. getLineDashPattern()
DashPattern
LineStyle. getLineDashPattern()
Returns the dash pattern used to draw the line.DashPattern
CustomTile. getOutlineDashPattern()
DashPattern
OutlinedTile. getOutlineDashPattern()
Returns the dash pattern used to draw the outline.DashPattern
OutlineStyle. getOutlineDashPattern()
Returns the dash pattern used to draw the outline.DashPattern
TextBox. getOutlineDashPattern()
static DashPattern
DashPattern. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DashPattern[]
DashPattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.apps.arkham.deck.item that return types with arguments of type DashPattern Modifier and Type Method Description static javax.swing.JComboBox<DashPattern>
DashPattern. createSelector(javax.swing.JComboBox<?> comboBox)
Applies a model and renderer to a combo box so that the combo box can be used to select a dash pattern.Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type DashPattern Modifier and Type Method Description static java.awt.Stroke
RenderingAttributeFactory. createStroke(float width, LineCap cap, LineJoin join, DashPattern dashPattern)
Create a stroke from the specified drawing attributes.void
Line. setLineDashPattern(DashPattern pat)
void
LineStyle. setLineDashPattern(DashPattern pat)
Sets the dash pattern used to draw the line.void
CustomTile. setOutlineDashPattern(DashPattern pat)
void
OutlinedTile. setOutlineDashPattern(DashPattern pat)
Sets the dash pattern used to draw the outline.void
OutlineStyle. setOutlineDashPattern(DashPattern pat)
Sets the dash pattern used to draw the outline.void
TextBox. setOutlineDashPattern(DashPattern pat)
-
Uses of DashPattern in gamedata
Methods in gamedata that return DashPattern Modifier and Type Method Description DashPattern
TileSet.Entry. getOutlineDashPattern()
Returns the dash pattern used to draw the outline.
-