public class Path
extends java.lang.Object
Constructor | Description |
---|---|
Path() |
|
Path(boolean fill,
boolean stroke) |
|
Path(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D spPath) |
Modifier and Type | Method | Description |
---|---|---|
void |
addCommand(PathCommand cmd) |
|
long |
getH() |
|
java.awt.geom.GeneralPath |
getPath(Context ctx) |
Convert the internal represenation to java.awt.GeneralPath
|
long |
getW() |
|
boolean |
isFilled() |
|
boolean |
isStroked() |
public Path()
public Path(boolean fill, boolean stroke)
public Path(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2D spPath)
public void addCommand(PathCommand cmd)
public java.awt.geom.GeneralPath getPath(Context ctx)
public boolean isStroked()
public boolean isFilled()
public long getW()
public long getH()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.