Generated on Thu Nov 2 14:49:41 2006 for Gecode/J by doxygen 1.5.0

org.gecode.gist.postscript.Triangle Class Reference

Inherits org.gecode.gist.postscript.Path.

List of all members.


Detailed Description

Definition at line 28 of file Triangle.java.

Public Member Functions

 Triangle (int c1x0, int c1y0, int c2x0, int c2y0, int c3x0, int c3y0, PSColor outline0, PSColor fill0)

Package Functions

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


Constructor & Destructor Documentation

org.gecode.gist.postscript.Triangle.Triangle ( int  c1x0,
int  c1y0,
int  c2x0,
int  c2y0,
int  c3x0,
int  c3y0,
PSColor  outline0,
PSColor  fill0 
)

Definition at line 33 of file Triangle.java.


Member Function Documentation

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

Implements org.gecode.gist.postscript.Path.

Definition at line 45 of file Triangle.java.

BoundingBox org.gecode.gist.postscript.Triangle.bb (  )  [package, virtual]

Implements org.gecode.gist.postscript.Path.

Definition at line 61 of file Triangle.java.


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