Uses of Class
org.eclipse.gef.geometry.planar.Arc
-
Packages that use Arc Package Description org.eclipse.gef.geometry.planar This package provides support for geometric calculations based on shapes. -
-
Uses of Arc in org.eclipse.gef.geometry.planar
Methods in org.eclipse.gef.geometry.planar that return Arc Modifier and Type Method Description Arc
RoundedRectangle. getBottomLeftArc()
Returns the bottom leftArc
of thisRoundedRectangle
.Arc
RoundedRectangle. getBottomRightArc()
Returns the bottom rightArc
of thisRoundedRectangle
.Arc
Arc. getCopy()
Arc
RoundedRectangle. getTopLeftArc()
Returns the top leftArc
of thisRoundedRectangle
.Arc
RoundedRectangle. getTopRightArc()
Returns the top rightArc
of thisRoundedRectangle
.Constructors in org.eclipse.gef.geometry.planar with parameters of type Arc Constructor Description Pie(Arc arc)
-