|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xwt.VectorGraphics.RasterPath
a vector path
Constructor Summary | |
VectorGraphics.RasterPath()
|
Method Summary | |
int |
boundingBoxHeight()
|
int |
boundingBoxWidth()
|
void |
fill(PixelBuffer buf,
VectorGraphics.Paint paint)
fill the interior of the path |
void |
stroke(PixelBuffer buf,
int width,
int color)
stroke the outline of the path |
void |
stroke(PixelBuffer buf,
int width,
int color,
java.lang.String dashArray,
int dashOffset,
float segLength)
|
void |
translate(int dx,
int dy)
translate a rasterized path |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VectorGraphics.RasterPath()
Method Detail |
public void translate(int dx, int dy)
public void fill(PixelBuffer buf, VectorGraphics.Paint paint)
public void stroke(PixelBuffer buf, int width, int color)
public void stroke(PixelBuffer buf, int width, int color, java.lang.String dashArray, int dashOffset, float segLength)
public int boundingBoxWidth()
public int boundingBoxHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |