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

Constructor Index

 o Graphics2()

Method Index

 o clearRect(float, float, float, float)
 o drawLine(float, float, float, float)
 o drawLine(Point2, Point2)
 o drawPoint(Point2)
 o drawRect(float, float, float, float)

Constructors

 o Graphics2
  public Graphics2()

Methods

 o drawLine
  public abstract void drawLine(float x1,
                                float y1,
                                float x2,
                                float y2)
 o drawLine
  public void drawLine(Point2 p1,
                       Point2 p2)
 o drawPoint
  public void drawPoint(Point2 p)
 o drawRect
  public abstract void drawRect(float x,
                                float y,
                                float width,
                                float height)
 o clearRect
  public abstract void clearRect(float x,
                                 float y,
                                 float width,
                                 float height)

All Packages  Class Hierarchy  This Package  Previous  Next  Index