Versions Compared

Key

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

...

Code Block
/**
 * This object encapsulates information about relevant
 * IPlotterRegion, object, attributes, and actions.
 * It is used for obtaining implicit IPlotterStyle
 */
public interface IPlotterState {

     // IStyleRule types are used here
     String[] getValueForTypegetValuesForType(int styleRuleType);
}