Package | Description |
---|---|
org.apache.flex.swf.builders |
This package contains classes and interfaces that help with building SWF tags.
|
Modifier and Type | Method and Description |
---|---|
static Point |
ShapeBuilder.getPointOnSegment(Point P0,
Point P1,
double ratio)
Return a point on a segment [P0, P1] which distance from P0 is ratio of
the length [P0, P1]
|
Modifier and Type | Method and Description |
---|---|
static Point |
ShapeBuilder.getPointOnSegment(Point P0,
Point P1,
double ratio)
Return a point on a segment [P0, P1] which distance from P0 is ratio of
the length [P0, P1]
|
Constructor and Description |
---|
ShapeBuilder(Styles styles,
Point origin)
Constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.