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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()RedefinesObject.clone()to make it public.getGXYEditor(Object aObject) Returns a validILcdGXYEditorfor editing aObject.
-
Constructor Details
-
TLcdMS2525bGXYEditorProvider
public TLcdMS2525bGXYEditorProvider()
-
-
Method Details
-
getGXYEditor
Returns a validILcdGXYEditorfor editing aObject.- Specified by:
getGXYEditorin interfaceILcdGXYEditorProvider- Parameters:
aObject- An object representing a MIL-STD 2525b symbol. This means that it should at least implement the interfaceILcdMS2525bShape.- Returns:
- a valid
ILcdGXYEditorfor editing the given object. - Throws:
IllegalArgumentException- if the given object doesn't implementILcdMS2525bShapeor doesn't represent a valid MIL-STD 2525b code.
-
clone
Description copied from interface:ILcdGXYEditorProviderRedefinesObject.clone()to make it public.- Specified by:
clonein interfaceILcdGXYEditorProvider- Overrides:
clonein classObject- Returns:
- a clone of this editor provider.
-