java.lang.Object
com.inductiveautomation.rm.shape.j2dshapes.Pen
All Implemented Interfaces:
Archivable

public class Pen extends Object implements Archivable
Simple struct-like class that holds pen options for a reporting chart
  • Field Details

    • key

      public String key
    • display

      public String display
    • axis

      public String axis
    • style

      public int style
    • color

      public Color color
    • dash

      public String dash
    • shape

      public int shape
    • weight

      public float weight
    • labels

      public boolean labels
    • fill

      public boolean fill
  • Constructor Details

    • Pen

      public Pen()
    • Pen

      public Pen(Pen copy)
  • Method Details