API Documentation > Interfaces > Interface SectionEntityCircle
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
User Guide References:
Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity :
Method Summary
Get method for attribute "Center"
Center of the circle.
double
Get method for attribute "Radius"
Radius of the circle.
void
Set method for attribute "Center"
Center of the circle.
void
SetRadius (double value)
Set method for attribute "Radius"
Radius of the circle.
Method Detail
GetCenter
GetCenter
()
SetCenter
void
SetCenter
(Point2D value)
Center of the circle.
See Also:
User Guide References:
GetRadius
double
GetRadius
()
SetRadius
void
SetRadius
(double value)
Radius of the circle.
User Guide References:
Was this helpful?