|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IEllipse in net.sf.latexdraw.generators.svg |
---|
Classes in net.sf.latexdraw.generators.svg with type parameters of type IEllipse | |
---|---|
(package private) class |
LEllipseSVGGenerator<S extends IEllipse>
Defines a SVG generator for an ellipse. |
Uses of IEllipse in net.sf.latexdraw.glib.models.impl |
---|
Classes in net.sf.latexdraw.glib.models.impl that implement IEllipse | |
---|---|
(package private) class |
LArc
Defines a model of an arc. |
(package private) class |
LCircle
Defines a model of a circle. |
(package private) class |
LCircleArc
Defines a model of a rounded arc. |
(package private) class |
LEllipse
Defines a model of an ellipse. |
Methods in net.sf.latexdraw.glib.models.impl that return IEllipse | |
---|---|
IEllipse |
LShapeFactory.createEllipse(boolean isUniqueID)
|
IEllipse |
LShapeFactory.createEllipse(IPoint tl,
IPoint br,
boolean isUniqueID)
|
IEllipse |
LEllipse.duplicate()
|
Uses of IEllipse in net.sf.latexdraw.glib.models.interfaces |
---|
Subinterfaces of IEllipse in net.sf.latexdraw.glib.models.interfaces | |
---|---|
interface |
IArc
Defines an interface that classes defining a elliptic arc should implement. |
interface |
ICircle
Defines an interface that classes defining a circle should implement. |
interface |
ICircleArc
Defines an interface that classes defining a circled arc should implement. |
Methods in net.sf.latexdraw.glib.models.interfaces that return IEllipse | |
---|---|
IEllipse |
IShapeFactory.createEllipse(boolean isUniqueID)
|
IEllipse |
IShapeFactory.createEllipse(IPoint tl,
IPoint br,
boolean isUniqueID)
Creates an ellipse. |
IEllipse |
IEllipse.duplicate()
|
Uses of IEllipse in net.sf.latexdraw.glib.views.Java2D.impl |
---|
Classes in net.sf.latexdraw.glib.views.Java2D.impl with type parameters of type IEllipse | |
---|---|
(package private) class |
LEllipseView<S extends IEllipse>
Defines a view of the IEllipse model. |
Uses of IEllipse in net.sf.latexdraw.glib.views.pst |
---|
Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IEllipse | |
---|---|
PSTEllipseView(IEllipse model)
Creates and initialises a LEllipse PSTricks view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |