All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
applyGeometryAttributes(DrawContext dc,
SegmentPlaneAttributes.GeometryAttributes attributes,
boolean enableMaterial) |
static void |
applyGeometryAttributesAsLine(DrawContext dc,
SegmentPlaneAttributes.GeometryAttributes attributes) |
protected static void |
applyLineWidth(DrawContext dc,
double lineWidth,
double pickLineWidth) |
protected static void |
applyMaterial(DrawContext dc,
Material material,
double opacity,
boolean enableMaterial) |
SegmentPlaneAttributes |
copy() |
java.util.Map<java.lang.Object,SegmentPlaneAttributes.GeometryAttributes> |
getAllGeometryAttributes() |
java.util.Map<java.lang.Object,SegmentPlaneAttributes.LabelAttributes> |
getAllLabelAttributes() |
SegmentPlaneAttributes.GeometryAttributes |
getGeometryAttributes(java.lang.Object key) |
SegmentPlaneAttributes.LabelAttributes |
getLabelAttributes(java.lang.Object key) |
void |
setAllGeometryAttributes(java.util.Map<java.lang.Object,? extends SegmentPlaneAttributes.GeometryAttributes> map) |
void |
setAllLabelAttributes(java.util.Map<java.lang.Object,? extends SegmentPlaneAttributes.LabelAttributes> map) |
void |
setGeometryAttributes(java.lang.Object key,
SegmentPlaneAttributes.GeometryAttributes attributes) |
void |
setLabelAttributes(java.lang.Object key,
SegmentPlaneAttributes.LabelAttributes attributes) |