public class Path
extends java.lang.Object
Constructor and Description |
---|
Path() |
Path(boolean fill,
boolean stroke) |
Path(CTPath2D spPath) |
Modifier and Type | Method and Description |
---|---|
void |
addCommand(PathCommand cmd) |
PaintStyle.PaintModifier |
getFill() |
long |
getH() |
java.awt.geom.Path2D.Double |
getPath(Context ctx)
Convert the internal represenation to java.awt.geom.Path2D
|
long |
getW() |
boolean |
isFilled() |
boolean |
isStroked() |
public Path()
public Path(boolean fill, boolean stroke)
public Path(CTPath2D spPath)
public void addCommand(PathCommand cmd)
public java.awt.geom.Path2D.Double getPath(Context ctx)
public boolean isStroked()
public boolean isFilled()
public PaintStyle.PaintModifier getFill()
public long getW()
public long getH()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.