Package de.kappich.pat.gnd.properties
Class AbstractProperty
java.lang.Object
de.kappich.pat.gnd.properties.AbstractProperty
- All Implemented Interfaces:
Property
- Direct Known Subclasses:
ColorProperty
,DiameterProperty
,DistanceProperty
,DistanceRasterProperty
,DottingProperty
,FillingProperty
,KmFormatProperty
,RnFormatProperty
,StatFormatProperty
,StrokeWidthProperty
,TextProperty
,TextSizeProperty
,TextStyleProperty
,TransparencyProperty
public abstract class AbstractProperty extends java.lang.Object implements Property
Die Klasse AbstractProperty gibt für die Implementationen von
Property
einige Methoden vor.-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.kappich.pat.gnd.properties.Property
getDefaultValue, getKey, getPropertyPanel
-
Method Details
-
getName
public final java.lang.String getName()Description copied from interface:Property
Gibt den Namen der Eienschaft zurück. -
equals
public final boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public final java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-