Uses of Class
com.eteks.awt.PJAGraphics.PJARectangle

Packages that use PJAGraphics.PJARectangle
com.eteks.awt   
 

Uses of PJAGraphics.PJARectangle in com.eteks.awt
 

Fields in com.eteks.awt declared as PJAGraphics.PJARectangle
(package private)  PJAGraphics.PJARectangle PJAGraphics.userClip
           
(package private)  PJAGraphics.PJARectangle PJAGraphics.clip
           
 

Methods in com.eteks.awt that return PJAGraphics.PJARectangle
private  PJAGraphics.PJARectangle PJAGraphics.getBoundingBox(int[] xpoints, int[] ypoints, int npoints)
           
 PJAGraphics.PJARectangle PJAGraphics.PJARectangle.intersection(PJAGraphics.PJARectangle rect)
           
 

Methods in com.eteks.awt with parameters of type PJAGraphics.PJARectangle
private  void PJAGraphics.drawArcPoint(int[] xPoints, int[] yPoints, int nPoints, PJAGraphics.PJARectangle bounds, int x, int y)
           
private  void PJAGraphics.drawArcHorizontalLine(int[] xPoints, int[] yPoints, int nPoints, PJAGraphics.PJARectangle bounds, int xLeft, int xRight, int y)
           
private  boolean PJAGraphics.contains(int[] xPoints, int[] yPoints, int nPoints, PJAGraphics.PJARectangle bounds, int x, int y)
           
 PJAGraphics.PJARectangle PJAGraphics.PJARectangle.intersection(PJAGraphics.PJARectangle rect)
           
 

Constructors in com.eteks.awt with parameters of type PJAGraphics.PJARectangle
PJAGraphics(PJAImage image, Color color, int ARGB, int ARGBIndex, Color XORColor, boolean XORMode, int XorRGB, PJAFontPeer fontPeer, PJAGraphics.PJAFont font, String fontName, int fontStyle, int fontSize, int translateX, int translateY, PJAGraphics.PJARectangle userClip, PJAGraphics.PJARectangle clip)
           
PJAGraphics.PJARectangle(PJAGraphics.PJARectangle rect)