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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
paintValue
(Graphics g, Rectangle r) Not implemented.boolean
Methods 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:
supportsCustomEditor
in interfacePropertyEditor
- Overrides:
supportsCustomEditor
in classPropertyEditorSupport
-
getCustomEditor
- Specified by:
getCustomEditor
in interfacePropertyEditor
- Overrides:
getCustomEditor
in classPropertyEditorSupport
- Returns:
- an instance of
TLcdPropertySheet
-
getJavaInitializationString
- Specified by:
getJavaInitializationString
in interfacePropertyEditor
- Overrides:
getJavaInitializationString
in classPropertyEditorSupport
-
isPaintable
public boolean isPaintable()- Specified by:
isPaintable
in interfacePropertyEditor
- Overrides:
isPaintable
in classPropertyEditorSupport
- Returns:
true
-
paintValue
Not implemented.- Specified by:
paintValue
in interfacePropertyEditor
- Overrides:
paintValue
in classPropertyEditorSupport
-