Package rma.util

Class Clipping

java.lang.Object
rma.util.Clipping
All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable, Cloneable

public class Clipping extends Object implements Cloneable, Serializable, AsciiSerializable
See Also:
  • Field Details

    • _enabled

      protected boolean _enabled
    • _clipColor

      protected transient Color _clipColor
    • _val

      protected double _val
  • Constructor Details

    • Clipping

      public Clipping()
  • Method Details

    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color c)
    • getValue

      public double getValue()
    • setValue

      public void setValue(double d)
    • getEnabled

      public boolean getEnabled()
    • setEnabled

      public void setEnabled(boolean tf)
    • getFieldObject

      public Object getFieldObject(Field fld)
      Description copied from interface: FieldAccessor
      This method allows access to java.lang.reflect.Field objects within the implementing class.
      Specified by:
      getFieldObject in interface FieldAccessor
      Parameters:
      fld - The field to get.
      Returns:
      The data object that is stored in the given field
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Description copied from interface: FieldAccessor
      This allows access to fields withing the implementing object to set there data.
      Specified by:
      setFieldObject in interface FieldAccessor
      Parameters:
      fld - The java field object representing the member field to be set
      fobj - The data to set in that field
      Returns:
      returns true if successful