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 Object implements Property
Die Klasse AbstractProperty gibt für die Implementationen von Property einige Methoden vor.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: Property
      Gibt den Namen der Eienschaft zurück.
      Specified by:
      getName in interface Property
      Returns:
      der Name
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object