Library | Package Java Toolkit

Interface SectionEntityCircle

package com.ptc.wfc.wfcSection;

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



Description

This interface represents Circle entity used in sections



Method Summary
Point2DGetCenter ()
    Get method for attribute "Center"
    Center of the circle.
doubleGetRadius ()
    Get method for attribute "Radius"
    Radius of the circle.
voidSetCenter (Point2D value)
    Set method for attribute "Center"
    Center of the circle.
voidSetRadius (double value)
    Set method for attribute "Radius"
    Radius of the circle.

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

Method Detail

GetCenter/SetCenter

Point2DGetCenter ()
voidSetCenter (Point2D value)


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



GetRadius/SetRadius

doubleGetRadius ()
voidSetRadius (double value)


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