net.sourceforge.plantuml.salt.element
Class ElementBorder

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

public class ElementBorder
extends java.lang.Object
implements Element


Constructor Summary
ElementBorder()
           
 
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)
           
 void setCenter(Element center)
           
 void setEast(Element east)
           
 void setNorth(Element north)
           
 void setSouth(Element south)
           
 void setWest(Element west)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementBorder

public ElementBorder()
Method Detail

setNorth

public final void setNorth(Element north)

setSouth

public final void setSouth(Element south)

setEast

public final void setEast(Element east)

setWest

public final void setWest(Element west)

setCenter

public final void setCenter(Element center)

drawU

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

getPreferredDimension

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


Copyright © 2014. All Rights Reserved.