Uses of Class
ca.cgjennings.apps.arkham.deck.item.LineJoin
-
Packages that use LineJoin Package Description ca.cgjennings.apps.arkham.deck.item gamedata -
-
Uses of LineJoin in ca.cgjennings.apps.arkham.deck.item
Methods in ca.cgjennings.apps.arkham.deck.item that return LineJoin Modifier and Type Method Description LineJoin
Line. getLineJoin()
LineJoin
LineStyle. getLineJoin()
LineJoin
CustomTile. getOutlineJoin()
LineJoin
OutlinedTile. getOutlineJoin()
Returns the method used to join the line segments that make up the outline.LineJoin
OutlineStyle. getOutlineJoin()
Returns the method used to join the line segments that make up the outline.LineJoin
TextBox. getOutlineJoin()
static LineJoin
LineJoin. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineJoin[]
LineJoin. 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 with parameters of type LineJoin 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. setLineJoin(LineJoin join)
void
LineStyle. setLineJoin(LineJoin join)
Sets the line join style used for paths containing multiple line or curve segments.void
CustomTile. setOutlineJoin(LineJoin join)
void
OutlinedTile. setOutlineJoin(LineJoin borderJoin)
Sets the method used to join the line segments that make up the outline.void
OutlineStyle. setOutlineJoin(LineJoin join)
Sets the method used to join the line segments that make up the outline.void
TextBox. setOutlineJoin(LineJoin join)
Constructors in ca.cgjennings.apps.arkham.deck.item with parameters of type LineJoin Constructor Description LineJoinIcon(LineJoin join)
-
Uses of LineJoin in gamedata
Methods in gamedata that return LineJoin Modifier and Type Method Description LineJoin
TileSet.Entry. getOutlineJoin()
Returns the method used to join the line segments that make up the outline.
-