public class StrokeState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
LINE_CAP_BUTT |
static int |
LINE_CAP_ROUND |
static int |
LINE_CAP_SQUARE |
static int |
LINE_CAP_TRIANGLE |
static int |
LINE_JOIN_BEVEL |
static int |
LINE_JOIN_MITER |
static int |
LINE_JOIN_MITER_XPS |
static int |
LINE_JOIN_ROUND |
Constructor and Description |
---|
StrokeState(int startCap,
int endCap,
int lineJoin,
float lineWidth,
float miterLimit) |
StrokeState(int startCap,
int dashCap,
int endCap,
int lineJoin,
float lineWidth,
float miterLimit,
float dashPhase,
float[] dash) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
finalize() |
int |
getDashCap() |
float[] |
getDashes() |
float |
getDashPhase() |
int |
getEndCap() |
int |
getLineJoin() |
float |
getLineWidth() |
float |
getMiterLimit() |
int |
getStartCap() |
public static final int LINE_CAP_BUTT
public static final int LINE_CAP_ROUND
public static final int LINE_CAP_SQUARE
public static final int LINE_CAP_TRIANGLE
public static final int LINE_JOIN_MITER
public static final int LINE_JOIN_ROUND
public static final int LINE_JOIN_BEVEL
public static final int LINE_JOIN_MITER_XPS
public StrokeState(int startCap, int endCap, int lineJoin, float lineWidth, float miterLimit)
public StrokeState(int startCap, int dashCap, int endCap, int lineJoin, float lineWidth, float miterLimit, float dashPhase, float[] dash)
protected void finalize()
finalize
in class java.lang.Object
public void destroy()
public int getStartCap()
public int getDashCap()
public int getEndCap()
public int getLineJoin()
public float getLineWidth()
public float getMiterLimit()
public float getDashPhase()
public float[] getDashes()