public interface IDrawableProperties
Interface for Non-geometric properties for geometric representations
Modifier and Type | Method and Description |
---|---|
ColorRGB |
getColor()
Color to represent geometry with
|
int |
getLinePattern()
Line pattern to represent geometry with
|
double |
getLineThickness()
Line thickness in document's measurement units (i.e.
|
double |
getUnitToMMRate()
Rate of document's measurement units to millimeters
|
boolean |
getVisible()
Visibility of geometry
|
ColorRGB getColor()
Color to represent geometry with
Value: Null if no color specified, RGB color if specifieddouble getLineThickness()
Line thickness in document's measurement units (i.e. same as geometry's units).
Value: 0 if default thickness should be usedboolean getVisible()
Visibility of geometry
Value: True if visible, false if notdouble getUnitToMMRate()
Rate of document's measurement units to millimeters
int getLinePattern()
Line pattern to represent geometry with