| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point2D | GetFirstEndPoint
()
Get method for attribute "FirstEndPoint" First end point |
| double | GetParameter
()
Get method for attribute "Parameter" Parameter |
| Point2D | GetSecondEndPoint
()
Get method for attribute "SecondEndPoint" Second end point |
| Point2D | GetShoulderEndPoint
()
Get method for attribute "ShoulderEndPoint" Shoulder end point |
| void | SetFirstEndPoint
(Point2D value)
Set method for attribute "FirstEndPoint" First end point |
| void | SetParameter
(double value)
Set method for attribute "Parameter" Parameter |
| void | SetSecondEndPoint
(Point2D value)
Set method for attribute "SecondEndPoint" Second end point |
| void | SetShoulderEndPoint
(Point2D value)
Set method for attribute "ShoulderEndPoint" Shoulder end point |
| Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity |
|---|
| GetSectionEntityType |
| Method Detail |
|---|
| GetFirstEndPoint/SetFirstEndPoint |
|---|
| Point2D | GetFirstEndPoint | () |
| void | SetFirstEndPoint | (Point2D value) |
First end point
|
| GetSecondEndPoint/SetSecondEndPoint |
|---|
| Point2D | GetSecondEndPoint | () |
| void | SetSecondEndPoint | (Point2D value) |
Second end point
|
| GetShoulderEndPoint/SetShoulderEndPoint |
|---|
| Point2D | GetShoulderEndPoint | () |
| void | SetShoulderEndPoint | (Point2D value) |
Shoulder end point
|
| GetParameter/SetParameter |
|---|
| double | GetParameter | () |
| void | SetParameter | (double value) |
Parameter
|