Class TLcdMS2525bGXYEditorProvider
java.lang.Object
com.luciad.symbology.milstd2525b.view.gxy.painter.TLcdMS2525bGXYEditorProvider
- All Implemented Interfaces:
ILcdGXYEditorProvider
,Serializable
,Cloneable
An editor provider for a layer containing
ILcdMS2525bShape
objects.
The editor provider looks for an editor based on the objects signature.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
RedefinesObject.clone()
to make it public.getGXYEditor
(Object aObject) Returns a validILcdGXYEditor
for editing aObject.
-
Constructor Details
-
TLcdMS2525bGXYEditorProvider
public TLcdMS2525bGXYEditorProvider()
-
-
Method Details
-
getGXYEditor
Returns a validILcdGXYEditor
for editing aObject.- Specified by:
getGXYEditor
in interfaceILcdGXYEditorProvider
- Parameters:
aObject
- An object representing a MIL-STD 2525b symbol. This means that it should at least implement the interfaceILcdMS2525bShape
.- Returns:
- a valid
ILcdGXYEditor
for editing the given object. - Throws:
IllegalArgumentException
- if the given object doesn't implementILcdMS2525bShape
or doesn't represent a valid MIL-STD 2525b code.
-
clone
Description copied from interface:ILcdGXYEditorProvider
RedefinesObject.clone()
to make it public.- Specified by:
clone
in interfaceILcdGXYEditorProvider
- Overrides:
clone
in classObject
- Returns:
- a clone of this editor provider.
-