Uses of Package
net.sf.latexdraw.glib.models.interfaces

Packages that use net.sf.latexdraw.glib.models.interfaces
net.sf.latexdraw.actions   
net.sf.latexdraw.generators.svg   
net.sf.latexdraw.glib.handlers   
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.glib.views   
net.sf.latexdraw.glib.views.Java2D.impl   
net.sf.latexdraw.glib.views.Java2D.interfaces   
net.sf.latexdraw.glib.views.latex   
net.sf.latexdraw.glib.views.pst   
net.sf.latexdraw.glib.views.synchroniser   
net.sf.latexdraw.instruments   
net.sf.latexdraw.mapping   
net.sf.latexdraw.ui   
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.actions
IControlPointShape
          Defines an interface that classes defining a shape, containg control points, should implement.
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IGroup
          Defines an interface that classes defining a group of shapes should implement.
IModifiablePointsShape
          Defines an interface for shapes that contain modifiable points.
IPoint
          Defines an interface that classes defining a point should implement.
IShape
          Defines an interface that classes defining an abstract shape should implement.
IShape.Position
          The different cardinal points.
IText
          Defines an interface that classes defining a text should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.generators.svg
IArrow
          Defines an interface that classes defining an arrow should implement.
IAxes
          Defines an interface that classes defining latex axes should implement.
IBezierCurve
          Defines an interface that classes defining a Bezier curve should implement.
ICircle
          Defines an interface that classes defining a circle should implement.
ICircleArc
          Defines an interface that classes defining a circled arc should implement.
IDot
          Defines an interface that classes defining a dot should implement.
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IEllipse
          Defines an interface that classes defining an ellipse should implement.
IFreehand
          Defines an interface that classes defining a freehand shape should implement.
IGrid
          Defines an interface that classes defining a latex grid should implement.
IGroup
          Defines an interface that classes defining a group of shapes should implement.
IModifiablePointsShape
          Defines an interface for shapes that contain modifiable points.
IPicture
          Defines an interface that classes defining a picture should implement.
IPoint
          Defines an interface that classes defining a point should implement.
IPolygon
          Defines an interface that classes defining a polygon should implement.
IPolyline
          Defines an interface that classes defining a polyline should implement.
IRectangle
          Defines an interface that classes defining a rectangle should implement.
IRhombus
          Defines an interface that classes defining a rhombus should implement.
IShape
          Defines an interface that classes defining an abstract shape should implement.
ISquare
          Defines an interface that classes defining a square should implement.
IText
          Defines an interface that classes defining a text should implement.
ITriangle
          Defines an interface that classes defining a triangle should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.handlers
IArc
          Defines an interface that classes defining a elliptic arc should implement.
IPoint
          Defines an interface that classes defining a point should implement.
IShape.Position
          The different cardinal points.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.models.impl
Arcable
          Defines a generic interface for shapes that support arc attributes.
Arcable.ArcStyle
          The different styles of arc.
Dottable
          Defines an interface for shapes that support dot styles and dot radius.
IArc
          Defines an interface that classes defining a elliptic arc should implement.
IArrow
          Defines an interface that classes defining an arrow should implement.
IArrow.ArrowStyle
           
IArrowable
          Defines an interface to share operations on arrow's properties.
IAxes
          Defines an interface that classes defining latex axes should implement.
IAxes.AxesStyle
          Defines the different kinds of axes.
IAxes.PlottingStyle
          Defines the different style of labels.
IAxes.TicksStyle
          Defines the different kinds of ticks.
IBezierCurve
          Defines an interface that classes defining a Bezier curve should implement.
ICircle
          Defines an interface that classes defining a circle should implement.
ICircleArc
          Defines an interface that classes defining a circled arc should implement.
IControlPointShape
          Defines an interface that classes defining a shape, containg control points, should implement.
IDot
          Defines an interface that classes defining a dot should implement.
IDot.DotStyle
          The different styles of dot.
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IEllipse
          Defines an interface that classes defining an ellipse should implement.
IFreehand
          Defines an interface that classes defining a freehand shape should implement.
IFreehand.FreeHandType
          The different types of freehand.
IGrid
          Defines an interface that classes defining a latex grid should implement.
IGroup
          Defines an interface that classes defining a group of shapes should implement.
ILine
          Defines an interface that classes defining a line should implement.
ILineArcShape
          Defines an interface that classes defining a shape that can have round corners should implement.
IModifiablePointsShape
          Defines an interface for shapes that contain modifiable points.
IPicture
          Defines an interface that classes defining a picture should implement.
IPoint
          Defines an interface that classes defining a point should implement.
IPolygon
          Defines an interface that classes defining a polygon should implement.
IPolyline
          Defines an interface that classes defining a polyline should implement.
IPositionShape
          Defines an interface that classes defining a shape that has a position should implement.
IRectangle
          Defines an interface that classes defining a rectangle should implement.
IRectangularShape
          Defines an interface for rectangular shapes.
IRhombus
          Defines an interface that classes defining a rhombus should implement.
ISetShapes
          Defines an interface of a set of shapes.
IShape
          Defines an interface that classes defining an abstract shape should implement.
IShape.BorderPos
          The different positions of the border.
IShape.FillingStyle
          The different styles of filling.
IShape.LineStyle
          The different styles of the lines.
IShape.Position
          The different cardinal points.
IShapeFactory
          Defines an interface to implement an abstract factory.
ISquare
          Defines an interface that classes defining a square should implement.
IStandardGrid
          Defines an interface that classes defining a model for latex grid should implement.
IText
          Defines an interface that classes defining a text should implement.
IText.TextPosition
          The position of the text (bottom-right, top-left, etc.).
ITriangle
          Defines an interface that classes defining a triangle should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.models.interfaces
Arcable
          Defines a generic interface for shapes that support arc attributes.
Arcable.ArcStyle
          The different styles of arc.
Dottable
          Defines an interface for shapes that support dot styles and dot radius.
GLibUtilities
          Defines some utilities function for the glib library.
IArc
          Defines an interface that classes defining a elliptic arc should implement.
IArrow
          Defines an interface that classes defining an arrow should implement.
IArrow.ArrowStyle
           
IArrowable
          Defines an interface to share operations on arrow's properties.
IAxes
          Defines an interface that classes defining latex axes should implement.
IAxes.AxesStyle
          Defines the different kinds of axes.
IAxes.PlottingStyle
          Defines the different style of labels.
IAxes.TicksStyle
          Defines the different kinds of ticks.
IBezierCurve
          Defines an interface that classes defining a Bezier curve should implement.
ICircle
          Defines an interface that classes defining a circle should implement.
ICircleArc
          Defines an interface that classes defining a circled arc should implement.
IControlPointShape
          Defines an interface that classes defining a shape, containg control points, should implement.
ICurve.CurveStyle
          The different styles of a curve.
IDot
          Defines an interface that classes defining a dot should implement.
IDot.DotStyle
          The different styles of dot.
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IEllipse
          Defines an interface that classes defining an ellipse should implement.
IFreehand
          Defines an interface that classes defining a freehand shape should implement.
IFreehand.FreeHandType
          The different types of freehand.
IGrid
          Defines an interface that classes defining a latex grid should implement.
IGroup
          Defines an interface that classes defining a group of shapes should implement.
ILine
          Defines an interface that classes defining a line should implement.
ILineArcShape
          Defines an interface that classes defining a shape that can have round corners should implement.
IModifiablePointsShape
          Defines an interface for shapes that contain modifiable points.
IPicture
          Defines an interface that classes defining a picture should implement.
IPlot
          Defines an interface that classes defining a plot should implement.
IPoint
          Defines an interface that classes defining a point should implement.
IPolygon
          Defines an interface that classes defining a polygon should implement.
IPolyline
          Defines an interface that classes defining a polyline should implement.
IPositionShape
          Defines an interface that classes defining a shape that has a position should implement.
IRectangle
          Defines an interface that classes defining a rectangle should implement.
IRectangularShape
          Defines an interface for rectangular shapes.
IRhombus
          Defines an interface that classes defining a rhombus should implement.
ISetShapes
          Defines an interface of a set of shapes.
IShape
          Defines an interface that classes defining an abstract shape should implement.
IShape.BorderPos
          The different positions of the border.
IShape.FillingStyle
          The different styles of filling.
IShape.LineStyle
          The different styles of the lines.
IShape.Position
          The different cardinal points.
IShapeFactory
          Defines an interface to implement an abstract factory.
ISquare
          Defines an interface that classes defining a square should implement.
IStandardGrid
          Defines an interface that classes defining a model for latex grid should implement.
IText
          Defines an interface that classes defining a text should implement.
IText.TextPosition
          The position of the text (bottom-right, top-left, etc.).
IText.TextSize
          This enumeration defines the concept of text size for latex texts.
ITriangle
          Defines an interface that classes defining a triangle should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.ui
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IPoint
          Defines an interface that classes defining a point should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.views
IShape
          Defines an interface that classes defining an abstract shape should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.views.Java2D.impl
IArc
          Defines an interface that classes defining a elliptic arc should implement.
IArrow
          Defines an interface that classes defining an arrow should implement.
IAxes
          Defines an interface that classes defining latex axes should implement.
IAxes.PlottingStyle
          Defines the different style of labels.
IAxes.TicksStyle
          Defines the different kinds of ticks.
IBezierCurve
          Defines an interface that classes defining a Bezier curve should implement.
ICircle
          Defines an interface that classes defining a circle should implement.
ICircleArc
          Defines an interface that classes defining a circled arc should implement.
IDot
          Defines an interface that classes defining a dot should implement.
IEllipse
          Defines an interface that classes defining an ellipse should implement.
IFreehand
          Defines an interface that classes defining a freehand shape should implement.
IGrid
          Defines an interface that classes defining a latex grid should implement.
IGroup
          Defines an interface that classes defining a group of shapes should implement.
IModifiablePointsShape
          Defines an interface for shapes that contain modifiable points.
IPicture
          Defines an interface that classes defining a picture should implement.
IPoint
          Defines an interface that classes defining a point should implement.
IPolygon
          Defines an interface that classes defining a polygon should implement.
IPolyline
          Defines an interface that classes defining a polyline should implement.
IRectangle
          Defines an interface that classes defining a rectangle should implement.
IRectangularShape
          Defines an interface for rectangular shapes.
IRhombus
          Defines an interface that classes defining a rhombus should implement.
IShape
          Defines an interface that classes defining an abstract shape should implement.
ISquare
          Defines an interface that classes defining a square should implement.
IStandardGrid
          Defines an interface that classes defining a model for latex grid should implement.
IText
          Defines an interface that classes defining a text should implement.
IText.TextPosition
          The position of the text (bottom-right, top-left, etc.).
ITriangle
          Defines an interface that classes defining a triangle should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.views.Java2D.interfaces
IPoint
          Defines an interface that classes defining a point should implement.
IShape
          Defines an interface that classes defining an abstract shape should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.views.latex
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.views.pst
IArc
          Defines an interface that classes defining a elliptic arc should implement.
IArrow
          Defines an interface that classes defining an arrow should implement.
IAxes
          Defines an interface that classes defining latex axes should implement.
IBezierCurve
          Defines an interface that classes defining a Bezier curve should implement.
ICircle
          Defines an interface that classes defining a circle should implement.
IDot
          Defines an interface that classes defining a dot should implement.
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IEllipse
          Defines an interface that classes defining an ellipse should implement.
IFreehand
          Defines an interface that classes defining a freehand shape should implement.
IGrid
          Defines an interface that classes defining a latex grid should implement.
IGroup
          Defines an interface that classes defining a group of shapes should implement.
IPicture
          Defines an interface that classes defining a picture should implement.
IPoint
          Defines an interface that classes defining a point should implement.
IPolygon
          Defines an interface that classes defining a polygon should implement.
IPolyline
          Defines an interface that classes defining a polyline should implement.
IRectangle
          Defines an interface that classes defining a rectangle should implement.
IRhombus
          Defines an interface that classes defining a rhombus should implement.
IShape
          Defines an interface that classes defining an abstract shape should implement.
IText
          Defines an interface that classes defining a text should implement.
ITriangle
          Defines an interface that classes defining a triangle should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.glib.views.synchroniser
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IPoint
          Defines an interface that classes defining a point should implement.
IShape
          Defines an interface that classes defining an abstract shape should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.instruments
IControlPointShape
          Defines an interface that classes defining a shape, containg control points, should implement.
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IGroup
          Defines an interface that classes defining a group of shapes should implement.
IPoint
          Defines an interface that classes defining a point should implement.
IRectangularShape
          Defines an interface for rectangular shapes.
IShape
          Defines an interface that classes defining an abstract shape should implement.
IShape.Position
          The different cardinal points.
IText
          Defines an interface that classes defining a text should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.mapping
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IShape
          Defines an interface that classes defining an abstract shape should implement.
 

Classes in net.sf.latexdraw.glib.models.interfaces used by net.sf.latexdraw.ui
IDrawing
          Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.