|
JHotDraw 7.0.6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BezierPath | |
|---|---|
| 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.svg | A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2). |
| Uses of BezierPath in org.jhotdraw.draw |
|---|
| Fields in org.jhotdraw.draw declared as BezierPath | |
|---|---|
protected BezierPath |
BezierFigure.path
The BezierPath. |
| Methods in org.jhotdraw.draw that return BezierPath | |
|---|---|
BezierPath |
TriangleFigure.getBezierPath()
|
BezierPath |
LineConnectionFigure.getBezierPath()
FIXME - Liner must work with API of LineConnection! |
BezierPath |
BezierFigure.getBezierPath()
Returns a clone of the bezier path of this figure. |
protected BezierPath |
BezierFigure.getCappedPath()
Returns a path which is cappedPath at the ends, to prevent it from drawing under the end caps. |
| Methods in org.jhotdraw.draw with parameters of type BezierPath | |
|---|---|
void |
BezierFigure.basicSetBezierPath(BezierPath newValue)
Sets the bezier path, without cloning and without firing events. |
java.util.Collection<Handle> |
SlantedLiner.createHandles(BezierPath path)
|
java.util.Collection<Handle> |
Liner.createHandles(BezierPath path)
Creates Handle's for the Liner. |
java.util.Collection<Handle> |
ElbowLiner.createHandles(BezierPath path)
|
| Uses of BezierPath in org.jhotdraw.geom |
|---|
| Methods in org.jhotdraw.geom that return BezierPath | |
|---|---|
static BezierPath |
Bezier.fitBezierCurve(BezierPath path,
double error)
Fit a Bezier curve to a set of digitized points. |
| Methods in org.jhotdraw.geom with parameters of type BezierPath | |
|---|---|
static BezierPath |
Bezier.fitBezierCurve(BezierPath path,
double error)
Fit a Bezier curve to a set of digitized points. |
void |
BezierPath.setTo(BezierPath that)
|
protected void |
DoubleStroke.traceStroke(BezierPath bp,
java.awt.geom.GeneralPath left,
java.awt.geom.GeneralPath right)
|
| Uses of BezierPath in org.jhotdraw.samples.svg |
|---|
| Methods in org.jhotdraw.samples.svg that return types with arguments of type BezierPath | |
|---|---|
static java.util.List<BezierPath> |
SVGUtil.fromPathData(java.lang.String str)
|
static java.util.List<BezierPath> |
SVGUtil.getPath(DOMInput in,
java.lang.String attributeName)
|
| Methods in org.jhotdraw.samples.svg with parameters of type BezierPath | |
|---|---|
static void |
SVGUtil.setPath(DOMOutput out,
java.lang.String attributeName,
BezierPath path)
|
static java.lang.String |
SVGUtil.toPathData(BezierPath path)
|
|
Copyright 1996-2006 © JHotDraw.org | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||