Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/**
 * This object encapsulates information about relevant
 * IPlotterRegion, object, action, and category.
 * It is used for obtaining implicit IPlotterStyle
 */

public interface IPlotterState {
   
    // IStyleRule types are used here
    String getValueForType(int styleRuleType);
   
}