public class PdfGraphicsState extends Object
Modifier and Type | Method and Description |
---|---|
float[] |
getDashArray() |
double |
getDashPhase() |
Color |
getFillColor() |
double |
getFlatness() |
int |
getLineCap() |
int |
getLineJoin() |
double |
getLineWidth() |
double |
getMiterLimit() |
Color |
getStrokeColor() |
AffineTransform |
getTransformationMatrix() |
public AffineTransform getTransformationMatrix()
public Color getFillColor()
public Color getStrokeColor()
public double getLineWidth()
public double getMiterLimit()
public int getLineCap()
public int getLineJoin()
public double getFlatness()
public double getDashPhase()
public float[] getDashArray()