|
|||||||||
| Home >> All >> jpl2 >> documents >> [ sections overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jpl2.documents.sections
Class SketchSection

java.lang.Objectjpl2.documents.sections.SketchSection
- public class SketchSection
- extends java.lang.Object
| Field Summary | |
private int |
bottomCut
|
static int |
ID
|
private int |
leftCut
|
private PaintDataSection |
paintData
|
private int |
rightCut
|
private int |
topCut
|
private int |
xMag
|
private int |
xOffset
|
private int |
xOffsetCircum
|
private int |
xSize
|
private int |
xSizeCircum
|
private int |
yMag
|
private int |
yOffset
|
private int |
yOffsetCircum
|
private int |
ySize
|
private int |
ySizeCircum
|
| Constructor Summary | |
SketchSection(jpl2.common.Data data)
|
|
| Method Summary | |
java.awt.Image |
getImage()
|
PaintDataSection |
getPaintDataSection()
|
static void |
write(int width,
int height,
byte[] pixels,
jpl2.common.Data data)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ID
public static final int ID
- See Also:
- Constant Field Values
xSize
private int xSize
ySize
private int ySize
xOffset
private int xOffset
yOffset
private int yOffset
xOffsetCircum
private int xOffsetCircum
yOffsetCircum
private int yOffsetCircum
xSizeCircum
private int xSizeCircum
ySizeCircum
private int ySizeCircum
paintData
private PaintDataSection paintData
xMag
private int xMag
yMag
private int yMag
leftCut
private int leftCut
rightCut
private int rightCut
topCut
private int topCut
bottomCut
private int bottomCut
| Constructor Detail |
SketchSection
public SketchSection(jpl2.common.Data data) throws java.io.IOException
| Method Detail |
getPaintDataSection
public PaintDataSection getPaintDataSection()
getImage
public java.awt.Image getImage()
write
public static void write(int width,
int height,
byte[] pixels,
jpl2.common.Data data)
throws java.io.IOException
|
|||||||||
| Home >> All >> jpl2 >> documents >> [ sections overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jpl2.documents.sections.SketchSection