Library | Package Java Toolkit

Interface SectionEntityEllipse

package com.ptc.wfc.wfcSection;

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



Description

This interface represents Ellipse used in sections



Method Summary
Point2DGetCenter ()
    Get method for attribute "Center"
    Center of the ellipse
doubleGetXRadius ()
    Get method for attribute "XRadius"
    X Radius of the ellipse
doubleGetYRadius ()
    Get method for attribute "YRadius"
    Y Radius of the ellipse
voidSetCenter (Point2D value)
    Set method for attribute "Center"
    Center of the ellipse
voidSetXRadius (double value)
    Set method for attribute "XRadius"
    X Radius of the ellipse
voidSetYRadius (double value)
    Set method for attribute "YRadius"
    Y Radius of the ellipse

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

Method Detail

GetCenter/SetCenter

Point2DGetCenter ()
voidSetCenter (Point2D value)


    Center of the ellipse
See Also:
wfcSession.CreatePoint2D(double, double)
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetXRadius/SetXRadius

doubleGetXRadius ()
voidSetXRadius (double value)


    X Radius of the ellipse
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities



GetYRadius/SetYRadius

doubleGetYRadius ()
voidSetYRadius (double value)


    Y Radius of the ellipse
Manual References:
Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities, Element Trees: Sections: Section Entities