Fields Summary |
---|
int | PROPERTY_FILLThe fill property controls the color of the fill operation |
int | PROPERTY_STROKEThe stroke property controls the color of the stroke |
int | PROPERTY_COLORThe color property controls the 'current color'. The current
color defines the value of the fill or stroke properties when they
are 'color relative'. |
int | PROPERTY_FILL_RULEThe fill rule property controls how the interior of shapes is computed. |
int | PROPERTY_STROKE_WIDTHThe stroke width property controls how wide the stroke is. |
int | PROPERTY_STROKE_LINE_JOINThe stroke line join property defines the style of miter, i.e.,
the style of elbows between segments. |
int | PROPERTY_STROKE_LINE_CAPThe stroke line cap property defines the style of line caps,
i.e., the style of the end and begining of line strokes. |
int | PROPERTY_STROKE_MITER_LIMITProvides a way to limit the extent of 'spikes' out
of angle elbows. |
int | PROPERTY_STROKE_DASH_ARRAYArray defining the stroke's dash pattern. |
int | PROPERTY_STROKE_DASH_OFFSETOffset in the stroke dash array |
int | PROPERTY_DISPLAYControls the offset in the dash array, in
user space |
int | PROPERTY_VISIBILITYControls whether a node is visible or not. Children of
a node which is not visible can still be visible. |
int | PROPERTY_FILL_OPACITYControls the opacity used in a fill operation. |
int | PROPERTY_STROKE_OPACITYControls the opacity used in a stroking operation. |
int | PROPERTY_OPACITYControls the opacity used in blending the offscreen image
into the current background. |
int | DEFAULT_INHERITANCEDefault inheritance setting (Y=yes, N=no):
- Y fill
- Y stroke
- Y color
- Y fill rule
- Y stroke width
- Y line join
- Y line cap
- Y miter limit
- Y dash array
- Y dash offset
- N display
- Y visibility
- Y fill opacity
- Y stroke opacity
- N opacity
|
int | DEFAULT_COLOR_RELATIVEDefault color relative (Y=yes, N=no):
- N fill
- N stroke
- N color
- N fill rule
- N stroke width
- N line join
- N line cap
- N miter limit
- N dash array
- N dash offset
- N display
- N visibility
- N fill opacity
- N stroke opacity
- N opacity
|
int | NUMBER_OF_PROPERTIESNumber of properties in a GraphicsNode |