Class GraphicsContext


  • public class GraphicsContext
    extends Object
    GraphicsContext.
    • Constructor Detail

      • GraphicsContext

        public GraphicsContext()
    • Method Detail

      • getFillColor

        public String getFillColor()
        .
        Returns:
        fillColor
      • setFillColor

        public void setFillColor​(String fillColor)
        setFillColor.
      • getLineColor

        public String getLineColor()
        .
        Returns:
        lineColor
      • setLineColor

        public void setLineColor​(String lineColor)
        setLineColor.
      • lineWeight

        public GraphicsContext lineWeight​(String lineWeight)
        lineWeight.
        Returns:
        GraphicsContext
      • getLineWeight

        public String getLineWeight()
        .
        Returns:
        lineWeight
      • setLineWeight

        public void setLineWeight​(String lineWeight)
        setLineWeight.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object