API Documentation > Interfaces > Interface SectionEntityEllipse
Interface SectionEntityEllipse

package com.ptc.wfc.wfcSection;

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


Description
This interface represents Ellipse used in sections
Methods Inherited from Interface com.ptc.wfc.wfcSection.SectionEntity :
Method Summary
Get method for attribute "Center"
Center of the ellipse
double
Get method for attribute "XRadius"
X Radius of the ellipse
double
Get method for attribute "YRadius"
Y Radius of the ellipse
void
Set method for attribute "Center"
Center of the ellipse
void
SetXRadius (double value)
Set method for attribute "XRadius"
X Radius of the ellipse
void
SetYRadius (double value)
Set method for attribute "YRadius"
Y Radius of the ellipse
Method Detail
GetCenter
GetCenter
()
SetCenter
void
SetCenter
(Point2D value)
Center of the ellipse
See Also:
User Guide References:
GetXRadius
double
GetXRadius
()
SetXRadius
void
SetXRadius
(double value)
X Radius of the ellipse
User Guide References:
GetYRadius
double
GetYRadius
()
SetYRadius
void
SetYRadius
(double value)
Y Radius of the ellipse
User Guide References:
Was this helpful?