| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ View2D | GetArrowDisplayView
()
Get method for attribute "ArrowDisplayView" |
| /*optional*/ CurveDescriptor | GetCurveData
()
Get method for attribute "CurveData" |
| /*optional*/ Selection | GetReference
()
Get method for attribute "Reference" |
| DrawingViewSectionAreaType | GetSectionAreaType
()
Get method for attribute "SectionAreaType" |
| String | GetSectionName
()
Get method for attribute "SectionName" |
| void | SetArrowDisplayView
(
/*optional*/
View2D value)
Set method for attribute "ArrowDisplayView" |
| void | SetCurveData
(
/*optional*/
CurveDescriptor value)
Set method for attribute "CurveData" |
| void | SetReference
(
/*optional*/
Selection value)
Set method for attribute "Reference" |
| void | SetSectionAreaType
(DrawingViewSectionAreaType value)
Set method for attribute "SectionAreaType" |
| void | SetSectionName
(String value)
Set method for attribute "SectionName" |
| Method Detail |
|---|
| GetSectionAreaType/SetSectionAreaType |
|---|
| DrawingViewSectionAreaType | GetSectionAreaType | () |
| void | SetSectionAreaType | (DrawingViewSectionAreaType value) |
|
| GetSectionName/SetSectionName |
|---|
| String | GetSectionName | () |
| void | SetSectionName | (String value) |
|
| GetReference/SetReference |
|---|
| /*optional*/ Selection | GetReference | () |
| void | SetReference | ( /*optional*/ Selection value) |
|
| GetCurveData/SetCurveData |
|---|
| /*optional*/ CurveDescriptor | GetCurveData | () |
| void | SetCurveData | ( /*optional*/ CurveDescriptor value) |
|
| GetArrowDisplayView/SetArrowDisplayView |
|---|
| /*optional*/ View2D | GetArrowDisplayView | () |
| void | SetArrowDisplayView | ( /*optional*/ View2D value) |
|