Uses of Class
org.kite9.diagram.position.Dimension2D

Packages that use Dimension2D
org.kite9.diagram.position Contains all of the classes required to describe the position of the diagram elements prior to display. 
 

Uses of Dimension2D in org.kite9.diagram.position
 

Subclasses of Dimension2D in org.kite9.diagram.position
 class CostedDimension
          This extends the idea of dimension, but allows you to associate a cost with the dimension other than simply the size.
 

Fields in org.kite9.diagram.position with type parameters of type Dimension2D
 List<Dimension2D> RouteRenderingInformation.positions
           
 

Methods in org.kite9.diagram.position that return Dimension2D
 Dimension2D Dimension2D.add(Dimension2D by)
           
 Dimension2D Dimension2D.divide(Dimension2D by)
           
 Dimension2D RouteRenderingInformation.getBoundingPosition()
           
 Dimension2D RouteRenderingInformation.getBoundingSize()
           
 Dimension2D RectangleRenderingInformation.getPosition()
           
 Dimension2D RectangleRenderingInformation.getSize()
           
 Dimension2D RouteRenderingInformation.getWaypoint(int pos)
           
 Dimension2D Dimension2D.minus(Dimension2D by)
           
 Dimension2D Dimension2D.multiply(Dimension2D by)
           
 Dimension2D Dimension2D.multiply(double by)
           
 Dimension2D Dimension2D.roundUpTo(Dimension2D factor)
           
 

Methods in org.kite9.diagram.position with parameters of type Dimension2D
 Dimension2D Dimension2D.add(Dimension2D by)
           
 void RouteRenderingInformation.add(Dimension2D d)
           
 Dimension2D Dimension2D.divide(Dimension2D by)
           
 Dimension2D Dimension2D.minus(Dimension2D by)
           
 Dimension2D Dimension2D.multiply(Dimension2D by)
           
 Dimension2D Dimension2D.roundUpTo(Dimension2D factor)
           
 void RouteRenderingInformation.set(int point, Dimension2D d)
           
 void RectangleRenderingInformation.setPosition(Dimension2D position)
           
 void RectangleRenderingInformation.setSize(Dimension2D size)
           
 

Constructors in org.kite9.diagram.position with parameters of type Dimension2D
CostedDimension(Dimension2D d)
           
CostedDimension(double width, double height, Dimension2D within)
          Works out cost based on how well the new CostedDimension fits into within.
Dimension2D(Dimension2D clone)
           
 



Copyright © 2011. All Rights Reserved.