org.xwt
Class VectorGraphics.SingleColorPaint

java.lang.Object
  extended byorg.xwt.VectorGraphics.SingleColorPaint
All Implemented Interfaces:
VectorGraphics.Paint
Enclosing class:
VectorGraphics

public static class VectorGraphics.SingleColorPaint
extends java.lang.Object
implements VectorGraphics.Paint


Constructor Summary
VectorGraphics.SingleColorPaint(int color)
           
 
Method Summary
 void fillTrapezoid(int x1, int x2, int y1, int x3, int x4, int y2, PixelBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorGraphics.SingleColorPaint

public VectorGraphics.SingleColorPaint(int color)
Method Detail

fillTrapezoid

public void fillTrapezoid(int x1,
                          int x2,
                          int y1,
                          int x3,
                          int x4,
                          int y2,
                          PixelBuffer buf)
Specified by:
fillTrapezoid in interface VectorGraphics.Paint