public static class ShapefileAttributeGroups.AttributeGroup
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ShapeAttributes |
attributes |
protected Material |
defaultMaterial |
protected java.lang.String |
displayName |
protected Material |
groupMaterial |
protected boolean |
useGroupColor |
Constructor and Description |
---|
AttributeGroup(java.lang.String displayName,
java.awt.Color color) |
Modifier and Type | Method and Description |
---|---|
void |
addRecord(gov.nasa.worldwind.formats.shapefile.ShapefileRenderable.Record record) |
java.awt.Color |
getColor() |
java.lang.String |
getDisplayName() |
boolean |
isUseGroupColor() |
void |
setUseGroupColor(boolean useGroupColor) |
protected void |
updateAttributes() |
protected ShapeAttributes attributes
protected Material defaultMaterial
protected java.lang.String displayName
protected Material groupMaterial
protected boolean useGroupColor
public AttributeGroup(java.lang.String displayName, java.awt.Color color)
public void addRecord(gov.nasa.worldwind.formats.shapefile.ShapefileRenderable.Record record)
public java.awt.Color getColor()
public java.lang.String getDisplayName()
public boolean isUseGroupColor()
public void setUseGroupColor(boolean useGroupColor)
protected void updateAttributes()