Class CreateScalebarProcessor.Output

  • Enclosing class:
    CreateScalebarProcessor

    public static final class CreateScalebarProcessor.Output
    extends java.lang.Object
    Output for the processor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String scalebarGraphic
      The path to the scalebar graphic (for testing purposes).
      java.lang.String scalebarSubReport
      The path to the compiled sub-report for the scalebar.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • scalebarGraphic

        public final java.lang.String scalebarGraphic
        The path to the scalebar graphic (for testing purposes).
      • scalebarSubReport

        public final java.lang.String scalebarSubReport
        The path to the compiled sub-report for the scalebar.