Generated on Fri Oct 6 16:26:47 2006 for Gecode/J by doxygen 1.4.7

org.gecode.explorer.postscript.Rectangle Class Reference

Inherits org.gecode.explorer.postscript.Path.

List of all members.


Detailed Description

Definition at line 27 of file Rectangle.java.

Public Member Functions

 Rectangle (int c1x0, int c1y0, int c2x0, int c2y0, PSColor outline0, PSColor fill0)

Package Functions

void emit (Writer out) throws IOException
BoundingBox bb ()


Constructor & Destructor Documentation

org.gecode.explorer.postscript.Rectangle.Rectangle ( int  c1x0,
int  c1y0,
int  c2x0,
int  c2y0,
PSColor  outline0,
PSColor  fill0 
)

Definition at line 32 of file Rectangle.java.


Member Function Documentation

void org.gecode.explorer.postscript.Rectangle.emit ( Writer  out  )  throws IOException [package, virtual]

Implements org.gecode.explorer.postscript.Path.

Definition at line 42 of file Rectangle.java.

BoundingBox org.gecode.explorer.postscript.Rectangle.bb (  )  [package, virtual]

Implements org.gecode.explorer.postscript.Path.

Definition at line 60 of file Rectangle.java.


The documentation for this class was generated from the following file: