Uses of Class
ca.cgjennings.apps.arkham.deck.item.LineCap
-
Packages that use LineCap Package Description ca.cgjennings.apps.arkham.deck.item gamedata -
-
Uses of LineCap in ca.cgjennings.apps.arkham.deck.item
Methods in ca.cgjennings.apps.arkham.deck.item that return LineCap Modifier and Type Method Description LineCap
Line. getLineCap()
LineCap
LineStyle. getLineCap()
Returns the line cap style used on line ends.LineCap
CustomTile. getOutlineCap()
LineCap
OutlinedTile. getOutlineCap()
Returns the line cap style used on outline ends.LineCap
OutlineStyle. getOutlineCap()
Returns the line cap style used on outline ends.LineCap
TextBox. getOutlineCap()
static LineCap
LineCap. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineCap[]
LineCap. 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 LineCap 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. setLineCap(LineCap lineCap)
void
LineStyle. setLineCap(LineCap cap)
Sets the line cap style used on line ends.void
CustomTile. setOutlineCap(LineCap cap)
void
OutlinedTile. setOutlineCap(LineCap cap)
Sets the line cap style used on outline ends.void
OutlineStyle. setOutlineCap(LineCap cap)
Sets the line cap style used on outline ends.void
TextBox. setOutlineCap(LineCap cap)
-
Uses of LineCap in gamedata
Methods in gamedata that return LineCap Modifier and Type Method Description LineCap
TileSet.Entry. getOutlineCap()
Returns the line cap style used on outline ends.
-