Class Style

java.lang.Object
com.massifmaps.styles.Style
Direct Known Subclasses:
BalloonPopupButtonStyle, BillboardStyle, GeometryCollectionStyle, LineStyle, PointStyle, Polygon3DStyle, PolygonStyle

public class Style extends Object
A base class for other Style objects.
  • Method Details

    • equals

      public boolean equals(Object obj)
      Checks if this object is equal to the specified object.
      Overrides:
      equals in class Object
      Parameters:
      obj - The reference object.
      Returns:
      True when objects are equal, false otherwise.
    • hashCode

      public int hashCode()
      Returns the hash value of this object.
      Overrides:
      hashCode in class Object
      Returns:
      The hash value of this object.
    • getColor

      public Color getColor()
      Returns the color of the vector element.
      Returns:
      The color of the vector element.