public class HemfDrawProperties extends HwmfDrawProperties
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.geom.Path2D |
path
Path for path bracket operations
|
protected boolean |
usePathBracket |
clip, transform| Constructor and Description |
|---|
HemfDrawProperties() |
HemfDrawProperties(HemfDrawProperties other) |
| Modifier and Type | Method and Description |
|---|---|
HemfPlusBrush.EmfPlusHatchStyle |
getEmfPlusBrushHatch() |
java.awt.image.BufferedImage |
getEmfPlusImage() |
java.awt.geom.Path2D |
getPath() |
boolean |
getUsePathBracket()
Use path (bracket) or graphics context for drawing operations
|
void |
setEmfPlusBrushHatch(HemfPlusBrush.EmfPlusHatchStyle emfPlusBrushHatch) |
void |
setEmfPlusImage(java.awt.image.BufferedImage emfPlusImage) |
void |
setPath(java.awt.geom.Path2D path)
Un-/Sets the bracket path
|
void |
setUsePathBracket(boolean usePathBracket) |
getBackgroundColor, getBkMode, getBrushBitmap, getBrushColor, getBrushHatch, getBrushStyle, getClip, getFont, getLocation, getMapMode, getPalette, getPaletteOffset, getPenColor, getPenMiterLimit, getPenStyle, getPenWidth, getPolyfillMode, getRasterOp, getRegion, getTextAlignAsian, getTextAlignLatin, getTextColor, getTextVAlignAsian, getTextVAlignLatin, getTransform, getViewport, getWindingRule, getWindow, setBackgroundColor, setBkMode, setBrushBitmap, setBrushColor, setBrushHatch, setBrushStyle, setClip, setFont, setLocation, setLocation, setMapMode, setPalette, setPaletteOffset, setPenColor, setPenMiterLimit, setPenStyle, setPenWidth, setPolyfillMode, setRasterOp, setRegion, setTextAlignAsian, setTextAlignLatin, setTextColor, setTextVAlignAsian, setTextVAlignLatin, setTransform, setViewportExt, setViewportOrg, setWindowExt, setWindowOrgprotected java.awt.geom.Path2D path
protected boolean usePathBracket
public HemfDrawProperties()
public HemfDrawProperties(HemfDrawProperties other)
public java.awt.geom.Path2D getPath()
public void setPath(java.awt.geom.Path2D path)
path - the bracket pathpublic boolean getUsePathBracket()
true, if the drawing should go to the path bracket,
if false draw directly to the graphics contextpublic void setUsePathBracket(boolean usePathBracket)
public HemfPlusBrush.EmfPlusHatchStyle getEmfPlusBrushHatch()
public void setEmfPlusBrushHatch(HemfPlusBrush.EmfPlusHatchStyle emfPlusBrushHatch)
public java.awt.image.BufferedImage getEmfPlusImage()
public void setEmfPlusImage(java.awt.image.BufferedImage emfPlusImage)