java.lang.Object
com.inductiveautomation.ignition.common.gui.chart.RenderStyle
All Implemented Interfaces:
ChartConstants

public class RenderStyle extends Object implements ChartConstants
A RenderStyle represents a specific configuration of chart renderer.
  • Constructor Details

    • RenderStyle

      public RenderStyle(int code, String name, boolean line, boolean shape)
  • Method Details

    • getCommonStyles

      public static RenderStyle[] getCommonStyles()
    • hashCode

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

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

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

      public int getCode()
    • isLine

      public boolean isLine()
    • isShape

      public boolean isShape()
    • isDot

      public boolean isDot()
    • isBar

      public boolean isBar()