Class HorizontalLinealComponent

    • Field Detail

      • DECIMAL_FORMAT

        public static final DecimalFormat DECIMAL_FORMAT
      • DECIMAL_FORMAT_NUMBERS_ONE_DIGIT

        public static final DecimalFormat DECIMAL_FORMAT_NUMBERS_ONE_DIGIT
      • DECIMAL_FORMAT_NUMBERS_INTEGER

        public static final DecimalFormat DECIMAL_FORMAT_NUMBERS_INTEGER
    • Constructor Detail

      • HorizontalLinealComponent

        public HorizontalLinealComponent​(ReportRenderContext renderContext,
                                         boolean showLeftBorder)
    • Method Detail

      • getPageDefinition

        public org.pentaho.reporting.engine.classic.core.PageDefinition getPageDefinition()
      • refresh

        protected void refresh()
      • tryShowPopup

        protected void tryShowPopup​(MouseEvent me)
      • getActiveGuideIndex

        protected int getActiveGuideIndex​(MouseEvent e)
      • getLeftBorder

        protected double getLeftBorder()
      • getRightBorder

        protected double getRightBorder()
      • getZoomAsMicropoints

        public float getZoomAsMicropoints()
      • updateGuidelineHighlight

        protected void updateGuidelineHighlight​(MouseEvent e)
      • getActiveGuidLine

        protected GuideLine getActiveGuidLine()
      • getActiveGuideLineIndex

        protected int getActiveGuideLineIndex()
      • setActiveGuideLineIndex

        protected void setActiveGuideLineIndex​(int activeGuideLineIndex)
      • isShowLeftBorder

        protected boolean isShowLeftBorder()
      • setShowLeftBorder

        public void setShowLeftBorder​(boolean showLeftBorder)