Package de.kappich.pat.gnd.needlePlugin
Class DOTNeedle
java.lang.Object
de.kappich.pat.gnd.pluginInterfaces.DefaultDisplayObjectType
de.kappich.pat.gnd.needlePlugin.DOTNeedle
- All Implemented Interfaces:
DOTManager.DOTChangeListener
,DisplayObjectType
,java.lang.Comparable<DisplayObjectType>
public class DOTNeedle extends DefaultDisplayObjectType
Der Darstellungstyp für Linienobjekte.
DOTLine erweitert DefaultDisplayObjectType ausschließlich um die Implementation der abstrakten Methode(n).
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.kappich.pat.gnd.pluginInterfaces.DisplayObjectType
DisplayObjectType.DisplayObjectTypeItem
-
Field Summary
Fields inherited from class de.kappich.pat.gnd.pluginInterfaces.DefaultDisplayObjectType
_dynamicDOTItemManagers, _info, _isStaticMap, _name, _staticPropertyValues
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DisplayObjectTypePlugin
getDisplayObjectTypePlugin()
Jede nicht-abstrakte Subklasse muss ihre Plugin-Selbstbeschreibung angeben können.Methods inherited from class de.kappich.pat.gnd.pluginInterfaces.DefaultDisplayObjectType
compareTo, deletePreferences, displayObjectTypeAdded, displayObjectTypeChanged, displayObjectTypeRemoved, equals, getAttributeNames, getConflictingRows, getCopy, getDisplayObjectTypeItemForState, getDOTItemForValue, getDynamicProperties, getInfo, getLegendTreeNodes, getName, getPrimitiveFormInfo, getPrimitiveFormNames, getPrimitiveFormType, getSubscriptionData, getTableModel, getUsedColors, getValueOfStaticProperty, hashCode, initializeFromPreferences, isPropertyStatic, putPreferences, removePrimitiveForm, setInfo, setName, setPropertyStatic, setValueOfDynamicProperty, setValueOfStaticProperty, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
DOTNeedle
public DOTNeedle()Konstruktor mit leerem Namen und leerer Info. Namen und Info können später noch gesetzt werden; ein Speichern ohne diese Daten ist nicht sinnvoll. -
DOTNeedle
public DOTNeedle(java.lang.String name, java.lang.String info)Konstruktor mit vorgegebenem Namen und Info.- Parameters:
name
- der unter allen DisplayObjectTypes eindeutige Nameinfo
- eine Kurzinformation, die z.B. als Tooltipp verwendet wird
-
-
Method Details
-
getDisplayObjectTypePlugin
Description copied from class:DefaultDisplayObjectType
Jede nicht-abstrakte Subklasse muss ihre Plugin-Selbstbeschreibung angeben können.- Specified by:
getDisplayObjectTypePlugin
in interfaceDisplayObjectType
- Specified by:
getDisplayObjectTypePlugin
in classDefaultDisplayObjectType
- Returns:
- die zugehörige Plugin-Selbstbeschreibung
-