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 | |||
| ) |
Member Function Documentation
| void org.gecode.gist.postscript.Line.emit | ( | Writer | out | ) | throws IOException [package, virtual] |
| BoundingBox org.gecode.gist.postscript.Line.bb | ( | ) | [package, virtual] |
The documentation for this class was generated from the following file:
- org/gecode/gist/postscript/Line.java (Revision: 2943)
