Interface IPropCnrStroke

All Known Implementing Classes:
AxisStroke, PlotStroke, SeriesStroke

public interface IPropCnrStroke
Interface for a generic stroke setting for a property container implemented by enum classes.
Author:
Christopher Mindus
  • Method Summary

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

    • getDefaultValue

      GStroke getDefaultValue()
      Gets the default value when the property is not set.
    • getPropName

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