JHotDraw 7.0.6

Uses of Class
org.jhotdraw.draw.BezierFigure

Packages that use BezierFigure
org.jhotdraw.draw Defines a framework for drawing editors. 
org.jhotdraw.samples.pert.figures Provides the figurs for PERT diagrams. 
org.jhotdraw.samples.svg A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2). 
org.jhotdraw.samples.svg.figures Provides the figures for the SVG basic shapes. 
 

Uses of BezierFigure in org.jhotdraw.draw
 

Subclasses of BezierFigure in org.jhotdraw.draw
 class LabeledLineConnectionFigure
          A LineConnection with labels.
 class LineConnectionFigure
          A LineConnection is a standard implementation of the ConnectionFigure interface.
 class LineFigure
          LineFigure.
 

Fields in org.jhotdraw.draw declared as BezierFigure
protected  BezierFigure BezierTool.createdFigure
          The created figure.
 

Methods in org.jhotdraw.draw that return BezierFigure
 BezierFigure BezierFigure.clone()
           
protected  BezierFigure BezierTool.createFigure()
           
protected  BezierFigure BezierNodeHandle.getBezierFigure()
           
protected  BezierFigure BezierControlPointHandle.getBezierFigure()
           
 

Methods in org.jhotdraw.draw with parameters of type BezierFigure
protected  void BezierTool.finishCreation(BezierFigure createdFigure)
           
 java.awt.geom.Point2D.Double BezierLabelLocator.getRelativeLabelPoint(BezierFigure owner, Figure label)
          Returns a Point2D.Double on the polyline that is at the provided relative position.
 java.awt.geom.Point2D.Double BezierLabelLocator.getRelativePoint(BezierFigure owner)
          Returns a Point2D.Double on the polyline that is at the provided relative position.
 

Constructors in org.jhotdraw.draw with parameters of type BezierFigure
BezierControlPointHandle(BezierFigure owner, int index, int coord)
          Creates a new instance.
BezierNodeHandle(BezierFigure owner, int index)
          Creates a new instance.
BezierScaleHandle(BezierFigure owner)
          Creates a new instance.
BezierTool(BezierFigure prototype)
          Creates a new instance.
BezierTool(BezierFigure prototype, java.util.Map attributes)
          Creates a new instance.
ChopBezierConnector(BezierFigure owner)
           
 

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

Subclasses of BezierFigure in org.jhotdraw.samples.pert.figures
 class DependencyFigure
          DependencyFigure.
 class SeparatorLineFigure
          A horizontal line with a preferred size of 1,1.
 

Uses of BezierFigure in org.jhotdraw.samples.svg
 

Methods in org.jhotdraw.samples.svg with parameters of type BezierFigure
protected  void PathTool.finishCreation(BezierFigure createdFigure)
           
 

Constructors in org.jhotdraw.samples.svg with parameters of type BezierFigure
PathTool(SVGPath pathPrototype, BezierFigure bezierPrototype)
          Creates a new instance.
PathTool(SVGPath pathPrototype, BezierFigure bezierPrototype, java.util.Map attributes)
          Creates a new instance.
 

Uses of BezierFigure in org.jhotdraw.samples.svg.figures
 

Subclasses of BezierFigure in org.jhotdraw.samples.svg.figures
 class SVGLine
          SVGLine.
 


Copyright 1996-2006 © JHotDraw.org