Class Symbol

java.lang.Object
org.primefaces.model.map.Symbol
All Implemented Interfaces:
Serializable

public class Symbol extends Object implements Serializable
See Also:
  • Constructor Details

    • Symbol

      public Symbol()
    • Symbol

      public Symbol(String path)
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getAnchor

      public Point getAnchor()
    • setAnchor

      public void setAnchor(Point anchor)
    • getFillColor

      public String getFillColor()
    • setFillColor

      public void setFillColor(String fillColor)
    • getFillOpacity

      public Double getFillOpacity()
    • setFillOpacity

      public void setFillOpacity(Double fillOpacity)
    • getRotation

      public Double getRotation()
    • setRotation

      public void setRotation(Double rotation)
    • getScale

      public Double getScale()
    • setScale

      public void setScale(Double scale)
    • getStrokeColor

      public String getStrokeColor()
    • setStrokeColor

      public void setStrokeColor(String strokeColor)
    • getStrokeOpacity

      public Double getStrokeOpacity()
    • setStrokeOpacity

      public void setStrokeOpacity(Double strokeOpacity)
    • getStrokeWeight

      public Double getStrokeWeight()
    • setStrokeWeight

      public void setStrokeWeight(Double strokeWeight)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object