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 vonProperty
einige Methoden vor.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getName()
Gibt den Namen der Eienschaft zurück.int
hashCode()
java.lang.String
toString()
-
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 Detail
-
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
-
-