net.sourceforge.plantuml.salt.element
Class WrappedElement

java.lang.Object
  extended by net.sourceforge.plantuml.salt.element.WrappedElement
All Implemented Interfaces:
Element

public class WrappedElement
extends java.lang.Object
implements Element


Constructor Summary
WrappedElement(Element element)
           
 
Method Summary
 void drawU(UGraphic ug, double x, double y, 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

getPreferredDimension

public java.awt.geom.Dimension2D getPreferredDimension(StringBounder stringBounder,
                                                       double x,
                                                       double y)
Specified by:
getPreferredDimension in interface Element

drawU

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


Copyright © 2011. All Rights Reserved.