Class UHorizontalLine

  • All Implemented Interfaces:
    UShape

    public class UHorizontalLine
    extends Object
    implements UShape
    • Method Detail

      • infinite

        public static UHorizontalLine infinite​(double skipAtStart,
                                               double skipAtEnd,
                                               char style)
      • infinite

        public static UHorizontalLine infinite​(double skipAtStart,
                                               double skipAtEnd,
                                               TextBlock title,
                                               char style)
      • isDouble

        public boolean isDouble()
      • drawLineInternal

        public void drawLineInternal​(UGraphic ug,
                                     Stencil stencil,
                                     double y,
                                     UStroke defaultStroke)
      • drawTitleInternal

        public void drawTitleInternal​(UGraphic ug,
                                      double startingX,
                                      double endingX,
                                      double y,
                                      boolean clearArea)
      • drawMe

        public void drawMe​(UGraphic ug)
      • getStroke

        public UStroke getStroke()