public class ShapeMap extends ColorMap
Constructor and Description |
---|
ShapeMap()
Default ctor
|
ShapeMap(java.lang.String pattern,
java.lang.String shape,
java.awt.Color c)
ctor
|
Modifier and Type | Method and Description |
---|---|
void |
applyProperties()
Apply properties
|
java.lang.String |
getShape()
Get the Shape property.
|
javax.swing.JComponent |
getShapeWidget()
Get widget
|
void |
setShape(java.lang.String value)
Set the Shape property.
|
applyProperties, getColor, getColorWidget, getNumericRange, getPattern, getPatternWidget, getSwatchComps, hasPattern, isNumericRange, match, setColor, setPattern
public ShapeMap()
public ShapeMap(java.lang.String pattern, java.lang.String shape, java.awt.Color c)
pattern
- patternshape
- shapec
- colorpublic javax.swing.JComponent getShapeWidget()
public void applyProperties()
applyProperties
in class ColorMap
public void setShape(java.lang.String value)
value
- The new value for Shapepublic java.lang.String getShape()