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 DashPatternLine. DEFAULT_DASH_PATTERNMethods in ca.cgjennings.apps.arkham.deck.item that return DashPattern Modifier and Type Method Description DashPatternLine. getLineDashPattern()DashPatternLineStyle. getLineDashPattern()Returns the dash pattern used to draw the line.DashPatternCustomTile. getOutlineDashPattern()DashPatternOutlinedTile. getOutlineDashPattern()Returns the dash pattern used to draw the outline.DashPatternOutlineStyle. getOutlineDashPattern()Returns the dash pattern used to draw the outline.DashPatternTextBox. getOutlineDashPattern()static DashPatternDashPattern. 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.StrokeRenderingAttributeFactory. createStroke(float width, LineCap cap, LineJoin join, DashPattern dashPattern)Create a stroke from the specified drawing attributes.voidLine. setLineDashPattern(DashPattern pat)voidLineStyle. setLineDashPattern(DashPattern pat)Sets the dash pattern used to draw the line.voidCustomTile. setOutlineDashPattern(DashPattern pat)voidOutlinedTile. setOutlineDashPattern(DashPattern pat)Sets the dash pattern used to draw the outline.voidOutlineStyle. setOutlineDashPattern(DashPattern pat)Sets the dash pattern used to draw the outline.voidTextBox. setOutlineDashPattern(DashPattern pat) -
Uses of DashPattern in gamedata
Methods in gamedata that return DashPattern Modifier and Type Method Description DashPatternTileSet.Entry. getOutlineDashPattern()Returns the dash pattern used to draw the outline.
-