net.sourceforge.plantuml.creole
Class Position

java.lang.Object
  extended by net.sourceforge.plantuml.creole.Position

public class Position
extends Object


Constructor Summary
Position(double x, double y, Dimension2D dim)
           
 
Method Summary
 Position align(double height)
           
 void drawDebug(UGraphic ug)
           
 double getHeight()
           
 double getMaxY()
           
 double getMinY()
           
 UTranslate getTranslate()
           
 double getWidth()
           
 String toString()
           
 UGraphic translate(UGraphic ug)
           
 Position translateX(double dx)
           
 Position translateY(double dy)
           
 MinMax update(MinMax minMax)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Position

public Position(double x,
                double y,
                Dimension2D dim)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

align

public Position align(double height)

getMinY

public final double getMinY()

getMaxY

public final double getMaxY()

translate

public UGraphic translate(UGraphic ug)

translateY

public Position translateY(double dy)

translateX

public Position translateX(double dx)

update

public MinMax update(MinMax minMax)

drawDebug

public void drawDebug(UGraphic ug)

getHeight

public double getHeight()

getWidth

public double getWidth()

getTranslate

public UTranslate getTranslate()


Copyright © 2014. All Rights Reserved.