Library | Package Java Toolkit

Interface SectionEntityArc

package com.ptc.wfc.wfcSection;

public interface SectionEntityArc
  extends com.ptc.wfc.wfcSection.SectionEntity



Description

This interface represents Arc entity used in sections



Method Summary
Point2DGetCenter ()
    Get method for attribute "Center"
    Center of the arc.
doubleGetEndAngle ()
    Get method for attribute "EndAngle"
    End angle of the arc.
doubleGetRadius ()
    Get method for attribute "Radius"
    Radius of the arc.
doubleGetStartAngle ()
    Get method for attribute "StartAngle"
    Start angle of the arc.
voidSetCenter (Point2D value)
    Set method for attribute "Center"
    Center of the arc.
voidSetEndAngle (double value)
    Set method for attribute "EndAngle"
    End angle of the arc.
voidSetRadius (double value)
    Set method for attribute "Radius"
    Radius of the arc.
voidSetStartAngle (double value)
    Set method for attribute "StartAngle"
    Start angle of the arc.

Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity
GetSectionEntityType

Method Detail

GetCenter/SetCenter

Point2DGetCenter ()
voidSetCenter (Point2D value)


    Center of the arc.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetStartAngle/SetStartAngle

doubleGetStartAngle ()
voidSetStartAngle (double value)


    Start angle of the arc.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetEndAngle/SetEndAngle

doubleGetEndAngle ()
voidSetEndAngle (double value)


    End angle of the arc.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetRadius/SetRadius

doubleGetRadius ()
voidSetRadius (double value)


    Radius of the arc.
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities