Class dnx.geom.Graphics2
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.geom.Graphics2
java.lang.Object
|
+----dnx.geom.Graphics2
- public class Graphics2
- extends Object
-
Graphics2()
-
-
clearRect(float, float, float, float)
-
-
drawLine(float, float, float, float)
-
-
drawLine(Point2, Point2)
-
-
drawPoint(Point2)
-
-
drawRect(float, float, float, float)
-
Graphics2
public Graphics2()
drawLine
public abstract void drawLine(float x1,
float y1,
float x2,
float y2)
drawLine
public void drawLine(Point2 p1,
Point2 p2)
drawPoint
public void drawPoint(Point2 p)
drawRect
public abstract void drawRect(float x,
float y,
float width,
float height)
clearRect
public abstract void clearRect(float x,
float y,
float width,
float height)
All Packages Class Hierarchy This Package Previous Next Index