public class DOTComplex extends DefaultDisplayObjectType implements DisplayObjectType
Der Darstellungstyp für komplexe Objekte.
DOTComplex erweitert DefaultDisplayObjectType ausschließlich um die Implementation der abstrakten Methode(n).
DisplayObjectType.DisplayObjectTypeItem
_dynamicDOTItemManagers, _info, _isStaticMap, _name, _staticPropertyValues, DEFAULT_COLOR_NAME, DEFAULT_DISTANCE, DEFAULT_STROKE_WIDTH, DEFAULT_TRANSPARENCY
Constructor and Description |
---|
DOTComplex()
Konstruktor mit leerem Namen und leerer Info.
|
DOTComplex(java.lang.String name,
java.lang.String info)
Konstruktor mit vorgegebenem Namen und Info.
|
Modifier and Type | Method and Description |
---|---|
DisplayObjectTypePlugin |
getDisplayObjectTypePlugin()
Jede nicht-abstrakte Subklasse muss ihre Plugin-Selbstbeschreibung angeben können.
|
deletePreferences, displayObjectTypeAdded, displayObjectTypeChanged, displayObjectTypeRemoved, equals, getAttributeNames, getConflictingRows, getCopy, getDisplayObjectTypeItemForState, getDynamicProperties, getInfo, getLegendTreeNodes, getName, getPrimitiveFormInfo, getPrimitiveFormNames, getPrimitiveFormType, getSubscriptionData, getTableModel, getUsedColors, getValueOfStaticProperty, hashCode, initializeFromPreferences, isPropertyStatic, isValueApplicable, putPreferences, removePrimitiveForm, setInfo, setName, setPropertyStatic, setValueOfDynamicProperty, setValueOfStaticProperty, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
deletePreferences, getAttributeNames, getCopy, getDisplayObjectTypeItemForState, getDynamicProperties, getInfo, getLegendTreeNodes, getName, getPrimitiveFormInfo, getPrimitiveFormNames, getPrimitiveFormType, getSubscriptionData, getUsedColors, getValueOfStaticProperty, initializeFromPreferences, isPropertyStatic, isValueApplicable, putPreferences, removePrimitiveForm, setInfo, setName, setPropertyStatic, setValueOfDynamicProperty, setValueOfStaticProperty
public DOTComplex()
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.
public DOTComplex(java.lang.String name, java.lang.String info)
Konstruktor mit vorgegebenem Namen und Info.
name
- der unter allen DisplayObjectTypes eindeutige Nameinfo
- eine Kurzinformation, die z.B. als Tooltipp verwendet wirdpublic DisplayObjectTypePlugin getDisplayObjectTypePlugin()
DefaultDisplayObjectType
Jede nicht-abstrakte Subklasse muss ihre Plugin-Selbstbeschreibung angeben können.
getDisplayObjectTypePlugin
in interface DisplayObjectType
getDisplayObjectTypePlugin
in class DefaultDisplayObjectType