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 |
---|---|
java.awt.geom.Path2D |
getPath() |
boolean |
getUsePathBracket()
Use path (bracket) or graphics context for drawing operations
|
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, setWindowOrg
protected 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)
Copyright 2019 The Apache Software Foundation or its licensors, as applicable.