Class ETile

    • Constructor Detail

      • ETile

        public ETile()
    • Method Detail

      • push

        public abstract void push​(ETile tile)
      • getWidth

        public abstract double getWidth​(StringBounder stringBounder)
      • getH1

        public abstract double getH1​(StringBounder stringBounder)
      • getH2

        public abstract double getH2​(StringBounder stringBounder)
      • drawHline

        protected final void drawHline​(UGraphic ug,
                                       double y,
                                       double x1,
                                       double x2)
      • drawHlineDirected

        protected final void drawHlineDirected​(UGraphic ug,
                                               double y,
                                               double x1,
                                               double x2,
                                               double coef,
                                               double minimunSizeForArrow)
      • drawHlineAntiDirected

        protected final void drawHlineAntiDirected​(UGraphic ug,
                                                   double y,
                                                   double x1,
                                                   double x2,
                                                   double coef)
      • drawVline

        protected final void drawVline​(UGraphic ug,
                                       double x,
                                       double y1,
                                       double y2)
      • drawVlineDirected

        protected final void drawVlineDirected​(UGraphic ug,
                                               double x,
                                               double y1,
                                               double y2)
      • drawVlineAntiDirected

        protected final void drawVlineAntiDirected​(UGraphic ug,
                                                   double x,
                                                   double y1,
                                                   double y2)
      • addCommentBelow

        protected void addCommentBelow​(java.lang.String comment)
      • addCommentAbove

        protected void addCommentAbove​(java.lang.String comment)
      • getRepetitionLabel

        protected java.lang.String getRepetitionLabel()