| java.lang.Object org.graphics.Draw
Inner Class :static class BresInfo | |
Inner Class :static class EdgeTableEntry | |
Inner Class :static class ScanLineList | |
Inner Class :static class EdgeTable | |
Method Summary | |
public static void | drawPolygon(Graphics g, int n, Point[] points, boolean filled) | protected static void | fillPolygon(Graphics g, int count, Point[] ptsIn, boolean evenoddrule) | protected static void | fillSpans(Graphics g, int count, Point[] points, int[] width) | public static void | translate(Graphics g, int x, int y) | public static void | translate(Graphics g, Point p) |
drawPolygon | public static void drawPolygon(Graphics g, int n, Point[] points, boolean filled)(Code) | | |
fillPolygon | protected static void fillPolygon(Graphics g, int count, Point[] ptsIn, boolean evenoddrule)(Code) | | |
fillSpans | protected static void fillSpans(Graphics g, int count, Point[] points, int[] width)(Code) | | |
|
|