Class WrappedElement

  • All Implemented Interfaces:
    Element

    public class WrappedElement
    extends java.lang.Object
    implements Element
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawU​(UGraphic ug, int zIndex, java.awt.geom.Dimension2D dimToUse)  
      java.awt.geom.Dimension2D getPreferredDimension​(StringBounder stringBounder, double x, double y)  
      • Methods inherited from class java.lang.Object

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

      • WrappedElement

        public WrappedElement​(Element element)
    • Method Detail

      • drawU

        public void drawU​(UGraphic ug,
                          int zIndex,
                          java.awt.geom.Dimension2D dimToUse)
        Specified by:
        drawU in interface Element