Package com.luciad.view.gxy
Class TLcdGXYLabelPainterEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.luciad.view.gxy.TLcdGXYLabelPainterEditor
- All Implemented Interfaces:
PropertyEditor
This is a
PropertyEditor for the TLcdGXYLabelPainter class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidpaintValue(Graphics g, Rectangle r) Not implemented.booleanMethods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getSource, getTags, getValue, removePropertyChangeListener, setAsText, setSource, setValue
-
Constructor Details
-
TLcdGXYLabelPainterEditor
public TLcdGXYLabelPainterEditor()
-
-
Method Details
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditorin interfacePropertyEditor- Overrides:
supportsCustomEditorin classPropertyEditorSupport
-
getCustomEditor
- Specified by:
getCustomEditorin interfacePropertyEditor- Overrides:
getCustomEditorin classPropertyEditorSupport- Returns:
- an instance of
TLcdPropertySheet
-
getJavaInitializationString
- Specified by:
getJavaInitializationStringin interfacePropertyEditor- Overrides:
getJavaInitializationStringin classPropertyEditorSupport
-
isPaintable
public boolean isPaintable()- Specified by:
isPaintablein interfacePropertyEditor- Overrides:
isPaintablein classPropertyEditorSupport- Returns:
true
-
paintValue
Not implemented.- Specified by:
paintValuein interfacePropertyEditor- Overrides:
paintValuein classPropertyEditorSupport
-