All Methods Static Methods Instance Methods Concrete Methods 
| Modifier and Type | Method and Description | 
| protected void | alignHorizontal(DrawContext dc,
               Rectangle bounds,
               Dimension size,
               String align) | 
| protected void | alignVertical(DrawContext dc,
             Rectangle bounds,
             Dimension size,
             String align) | 
| void | beginDrawAnnotations(DrawContext dc,
                    Rectangle bounds) | 
| protected void | beginHorizontal(DrawContext dc,
               Rectangle bounds) | 
| protected void | beginVertical(DrawContext dc,
             Rectangle bounds) | 
| void | drawAnnotations(DrawContext dc,
               Rectangle bounds,
               Iterable<? extends Annotation> annotations,
               double opacity,
               Position pickPosition) | 
| protected void | drawHorizontal(DrawContext dc,
              Rectangle bounds,
              Iterable<? extends Annotation> annotations,
              double opacity,
              Position pickPosition) | 
| protected void | drawVertical(DrawContext dc,
            Rectangle bounds,
            Iterable<? extends Annotation> annotations,
            double opacity,
            Position pickPosition) | 
| String | getAlignment() | 
| protected static String | getDefaultAlignment(String orientation) | 
| int | getHorizontalGap() | 
| String | getOrientation() | 
| Dimension | getPreferredSize(DrawContext dc,
                Iterable<? extends Annotation> annotations) | 
| int | getVerticalGap() | 
| protected Dimension | horizontalPreferredSize(DrawContext dc,
                       Iterable<? extends Annotation> annotations) | 
| void | setAlignment(String alignment) | 
| void | setHorizontalGap(int hgap) | 
| void | setOrientation(String orientation) | 
| void | setVerticalGap(int vgap) | 
| protected Dimension | verticalPerferredSize(DrawContext dc,
                     Iterable<? extends Annotation> annotations) |