Interface IPropCnrBoolean

All Known Implementing Classes:
AxisOption, PlotOption, SeriesOption

public interface IPropCnrBoolean
Interface for a generic number setting for a property container implemented by enum classes.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Gets the default value when the property is not set.
    Returns the name of the property, usually starting with '$'.
  • Method Details Link icon

    • getDefaultValue Link icon

      boolean getDefaultValue()
      Gets the default value when the property is not set.
    • getPropName Link icon

      String getPropName()
      Returns the name of the property, usually starting with '$'.