org.jplot2d.swing.proptable.property
Class SymbolShapeProperty
- java.lang.Object
-
- org.jplot2d.swing.proptable.property.MainProperty<T>
-
- org.jplot2d.swing.proptable.property.SymbolShapeProperty
-
- All Implemented Interfaces:
- Property<SymbolShape>
public class SymbolShapeProperty extends MainProperty<T>
-
-
Constructor Summary
Constructors Constructor and Description SymbolShapeProperty(PropertyInfo descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Object[]getAvailableValues()If the returned value is notnull, The table will use a JComboBox to edit this property.intgetDisplayDigits()java.lang.StringgetDisplayName()java.lang.StringgetName()java.lang.StringgetShortDescription()java.lang.Class<T>getType()booleanisEditable()voidreadFromObject(java.lang.Object object)Load property from the given object, by the PropertyDescriptor's read method.voidwriteToObject(java.lang.Object object)Write property to the given object, by the PropertyDescriptor's write method.-
Methods inherited from class org.jplot2d.swing.proptable.property.MainProperty
addPropertyChangeListener, getSubProperties, getValue, removePropertyChangeListener, setValue, toString
-
-
-
-
Constructor Detail
-
SymbolShapeProperty
public SymbolShapeProperty(PropertyInfo descriptor)
-
-
Method Detail
-
getAvailableValues
public java.lang.Object[] getAvailableValues()
Description copied from interface:PropertyIf the returned value is notnull, The table will use a JComboBox to edit this property.- Specified by:
getAvailableValuesin interfaceProperty<SymbolShape>- Overrides:
getAvailableValuesin classMainProperty<SymbolShape>- Returns:
- all available values
-
getName
public java.lang.String getName()
-
getDisplayName
public java.lang.String getDisplayName()
-
getShortDescription
public java.lang.String getShortDescription()
-
getDisplayDigits
public int getDisplayDigits()
-
getType
public java.lang.Class<T> getType()
-
readFromObject
public void readFromObject(java.lang.Object object)
Load property from the given object, by the PropertyDescriptor's read method.- Specified by:
readFromObjectin classMainProperty<T>
-
writeToObject
public void writeToObject(java.lang.Object object) throws java.lang.ThrowableWrite property to the given object, by the PropertyDescriptor's write method.- Specified by:
writeToObjectin classMainProperty<T>- Throws:
java.lang.Throwable
-
isEditable
public boolean isEditable()
-
-
DMelt 3.0 © DataMelt by jWork.ORG