JHotDraw 7.0.6

Uses of Class
org.jhotdraw.geom.Dimension2DDouble

Packages that use Dimension2DDouble
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.geom Provides classes for defining and performing operations on objects related to two-dimensional geometry. 
org.jhotdraw.samples.pert.figures Provides the figurs for PERT diagrams. 
 

Uses of Dimension2DDouble in org.jhotdraw.draw
 

Fields in org.jhotdraw.draw with type parameters of type Dimension2DDouble
static AttributeKey<Dimension2DDouble> AttributeKeys.TEXT_SHADOW_OFFSET
          Text shadow offset.
 

Methods in org.jhotdraw.draw that return Dimension2DDouble
 Dimension2DDouble TextFigure.getPreferredSize()
           
 Dimension2DDouble Figure.getPreferredSize()
          The preferred size is used by Layouter to determine the preferred size of a Figure.
 Dimension2DDouble AbstractFigure.getPreferredSize()
           
 Dimension2DDouble AbstractCompositeFigure.getPreferredSize()
           
 

Uses of Dimension2DDouble in org.jhotdraw.geom
 

Methods in org.jhotdraw.geom that return Dimension2DDouble
 Dimension2DDouble Dimension2DDouble.getSize()
          Gets the size of this Dimension2DDouble object.
 

Methods in org.jhotdraw.geom with parameters of type Dimension2DDouble
 void Dimension2DDouble.setSize(Dimension2DDouble d)
          Sets the size of this Dimension2DDouble object to the specified size.
 

Constructors in org.jhotdraw.geom with parameters of type Dimension2DDouble
Dimension2DDouble(Dimension2DDouble d)
          Creates an instance of Dimension2DDouble whose width and height are the same as for the specified dimension.
 

Uses of Dimension2DDouble in org.jhotdraw.samples.pert.figures
 

Methods in org.jhotdraw.samples.pert.figures that return Dimension2DDouble
 Dimension2DDouble SeparatorLineFigure.getPreferredSize()
           
 


Copyright 1996-2006 © JHotDraw.org