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() | 
| Map<Object,SegmentPlaneAttributes.GeometryAttributes> | getAllGeometryAttributes() | 
| Map<Object,SegmentPlaneAttributes.LabelAttributes> | getAllLabelAttributes() | 
| SegmentPlaneAttributes.GeometryAttributes | getGeometryAttributes(Object key) | 
| SegmentPlaneAttributes.LabelAttributes | getLabelAttributes(Object key) | 
| void | setAllGeometryAttributes(Map<Object,? extends SegmentPlaneAttributes.GeometryAttributes> map) | 
| void | setAllLabelAttributes(Map<Object,? extends SegmentPlaneAttributes.LabelAttributes> map) | 
| void | setGeometryAttributes(Object key,
                     SegmentPlaneAttributes.GeometryAttributes attributes) | 
| void | setLabelAttributes(Object key,
                  SegmentPlaneAttributes.LabelAttributes attributes) |