Library | Package Java Toolkit

Interface Section2DInstructions

package com.ptc.wfc.wfcView2D;

public interface Section2DInstructions
  extends jxobject



Description

 



Method Summary
/*optional*/ View2DGetArrowDisplayView ()
    Get method for attribute "ArrowDisplayView"
     
/*optional*/ CurveDescriptorGetCurveData ()
    Get method for attribute "CurveData"
     
/*optional*/ SelectionGetReference ()
    Get method for attribute "Reference"
     
DrawingViewSectionAreaTypeGetSectionAreaType ()
    Get method for attribute "SectionAreaType"
     
StringGetSectionName ()
    Get method for attribute "SectionName"
     
voidSetArrowDisplayView ( /*optional*/ View2D value)
    Set method for attribute "ArrowDisplayView"
     
voidSetCurveData ( /*optional*/ CurveDescriptor value)
    Set method for attribute "CurveData"
     
voidSetReference ( /*optional*/ Selection value)
    Set method for attribute "Reference"
     
voidSetSectionAreaType (DrawingViewSectionAreaType value)
    Set method for attribute "SectionAreaType"
     
voidSetSectionName (String value)
    Set method for attribute "SectionName"
     

Method Detail

GetSectionAreaType/SetSectionAreaType

DrawingViewSectionAreaTypeGetSectionAreaType ()
voidSetSectionAreaType (DrawingViewSectionAreaType value)


     
Manual References:
Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View



GetSectionName/SetSectionName

StringGetSectionName ()
voidSetSectionName (String value)


     
Manual References:
Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View



GetReference/SetReference

/*optional*/ SelectionGetReference ()
voidSetReference ( /*optional*/ Selection value)


     
Manual References:
Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View



GetCurveData/SetCurveData

/*optional*/ CurveDescriptorGetCurveData ()
voidSetCurveData ( /*optional*/ CurveDescriptor value)


     
Manual References:
Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View



GetArrowDisplayView/SetArrowDisplayView

/*optional*/ View2DGetArrowDisplayView ()
voidSetArrowDisplayView ( /*optional*/ View2D value)


     
Manual References:
Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View, Drawings: Sections of a View