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

org.gecode.gist.postscript.Line Class Reference

Inherits org.gecode.gist.postscript.Path.

List of all members.


Detailed Description

Definition at line 28 of file Line.java.

Public Member Functions

 Line (int ax0, int ay0, int bx0, int by0, PSColor color0)

Package Functions

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


Constructor & Destructor Documentation

org.gecode.gist.postscript.Line.Line ( int  ax0,
int  ay0,
int  bx0,
int  by0,
PSColor  color0 
)

Definition at line 32 of file Line.java.


Member Function Documentation

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

Implements org.gecode.gist.postscript.Path.

Definition at line 38 of file Line.java.

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

Implements org.gecode.gist.postscript.Path.

Definition at line 51 of file Line.java.


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