:: com :: sun :: star :: drawing ::
|
enum PolygonFlags |
- Description
- defines how a Bezier curve goes through a point.
|
Values |
NORMAL |
the point is normal, from the curve discussion view.
|
SMOOTH |
the point is smooth, the first derivation from the curve discussion view.
|
CONTROL |
the point is a control point, to control the curve from the user interface.
|
SYMMETRIC |
the point is symmetric, the second derivation from the curve discussion view.
|
Values' Details |
NORMAL
NORMAL,
- Description
- the point is normal, from the curve discussion view.
|
|
SMOOTH
SMOOTH,
- Description
- the point is smooth, the first derivation from the curve discussion view.
|
|
CONTROL
CONTROL,
- Description
- the point is a control point, to control the curve from the user interface.
|
|
SYMMETRIC
SYMMETRIC,
- Description
- the point is symmetric, the second derivation from the curve discussion view.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.