|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openpcl.pclrenderimage.render.PriRectDrawing
public class PriRectDrawing
All the Rectangle drawing
Field Summary | |
---|---|
protected int |
mCurrentHeightForRectangleDraws
|
protected int |
mCurrentRectangleFillMode
|
protected int |
mCurrentWidthForRectangleDraws
|
protected Graphics2D |
mGraphics2D
|
protected int |
mPatternIdAreaFill
|
protected PclRenderImage |
mPclRenderImage
|
protected GradientPaint |
mRedAndBlueCycleColor
|
protected static Color |
sGrayScale02PctColor
|
protected static Color |
sGrayScale10PctColor
|
protected static Color |
sGrayScale20PctColor
|
protected static Color |
sGrayScale35PctColor
|
protected static Color |
sGrayScale55PctColor
|
protected static Color |
sGrayScale80PctColor
|
protected static Color |
sGrayScale90PctColor
|
protected static Color |
sGrayScaleBlackColor
|
protected static Color |
sGrayScaleWhiteColor
|
protected static int |
sRectangleFillModeBlack
|
protected static int |
sRectangleFillModeGrayScaleShaded
|
protected static int |
sRectangleFillModeWhite
|
Constructor Summary | |
---|---|
PriRectDrawing(PclRenderImage pPclRenderImage)
Constructor without passing the Graphics2D. |
|
PriRectDrawing(PclRenderImage pPclRenderImage,
Graphics2D pGraphics2D)
Constructor |
Method Summary | |
---|---|
void |
drawRectangleCommand(int pMode)
Draw Rectangle. |
protected boolean |
dsiSignatureBlock(String pDsiCmdString)
The DSI signature block. |
boolean |
dsiZcommand(String pDsiCmdString)
Process a DSI Z command |
void |
freeUpMemory()
When the user is done with this rendering session, then free up memory Subclass plugins override this method so do not delete or rename this method. |
void |
setPatternIdAreaFill(int pPatternId)
Set Pattern ID area fill |
void |
setPclUnitsHeight(int pHeight)
Set Pcl units height |
void |
setPclUnitsWidth(int pWidth)
Set Pcl units width |
void |
setToInitialValues()
Set to initial values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PclRenderImage mPclRenderImage
protected Graphics2D mGraphics2D
protected static final int sRectangleFillModeBlack
protected static final int sRectangleFillModeWhite
protected static final int sRectangleFillModeGrayScaleShaded
protected int mCurrentRectangleFillMode
protected int mPatternIdAreaFill
protected static final Color sGrayScaleWhiteColor
protected static final Color sGrayScale02PctColor
protected static final Color sGrayScale10PctColor
protected static final Color sGrayScale20PctColor
protected static final Color sGrayScale35PctColor
protected static final Color sGrayScale55PctColor
protected static final Color sGrayScale80PctColor
protected static final Color sGrayScale90PctColor
protected static final Color sGrayScaleBlackColor
protected GradientPaint mRedAndBlueCycleColor
protected int mCurrentWidthForRectangleDraws
protected int mCurrentHeightForRectangleDraws
Constructor Detail |
---|
public PriRectDrawing(PclRenderImage pPclRenderImage, Graphics2D pGraphics2D)
public PriRectDrawing(PclRenderImage pPclRenderImage)
pPclRenderImage
- Method Detail |
---|
public void setToInitialValues()
setToInitialValues
in interface IPluginHooksPriRectDrawing
public void freeUpMemory()
freeUpMemory
in interface IPluginHooksPriRectDrawing
public void setPclUnitsWidth(int pWidth)
pWidth
- public void setPclUnitsHeight(int pHeight)
pHeight
- public void drawRectangleCommand(int pMode)
drawRectangleCommand
in interface IPluginHooksPriRectDrawing
pMode
- public void setPatternIdAreaFill(int pPatternId)
pPatternId
- public boolean dsiZcommand(String pDsiCmdString)
pDsiCmdString
-
protected boolean dsiSignatureBlock(String pDsiCmdString)
pDsiCmdString
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |