Uses of Interface
net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape

Packages that use IViewShape
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.glib.views.Java2D.impl   
net.sf.latexdraw.glib.views.Java2D.interfaces   
net.sf.latexdraw.instruments   
net.sf.latexdraw.mapping   
 

Uses of IViewShape in net.sf.latexdraw.glib.ui
 

Fields in net.sf.latexdraw.glib.ui with type parameters of type IViewShape
protected  IUnary<IViewShape> LCanvas.tempView
          The temporary view that the canvas may contain.
protected  IActiveList<IViewShape> LCanvas.views
          The shapes of the canvas.
 

Methods in net.sf.latexdraw.glib.ui that return IViewShape
 IViewShape ICanvas.getTempView()
           
 IViewShape LCanvas.getTempView()
           
 IViewShape ICanvas.getViewAt(double x, double y)
           
 IViewShape LCanvas.getViewAt(double x, double y)
           
 

Methods in net.sf.latexdraw.glib.ui that return types with arguments of type IViewShape
 IUnary<IViewShape> LCanvas.getUnaryTempView()
           
 java.util.List<IViewShape> ICanvas.getViews()
           
 java.util.List<IViewShape> LCanvas.getViews()
           
 

Methods in net.sf.latexdraw.glib.ui with parameters of type IViewShape
 void ICanvas.setTempView(IViewShape view)
          Sets the temporary view.
 void LCanvas.setTempView(IViewShape view)
           
 

Uses of IViewShape in net.sf.latexdraw.glib.views.Java2D.impl
 

Classes in net.sf.latexdraw.glib.views.Java2D.impl that implement IViewShape
(package private)  class LArcView<M extends IArc>
          Defines a view of the IArc model.
(package private)  class LAxesView
          Defines a view of the IAxes model.
(package private)  class LBezierCurveView
          Defines a view of the model IBeziershape.
(package private)  class LCircleArcView
          Defines a view of the LCircleArc model.
(package private)  class LCircleView
          Defines a view of the ICircle model.
(package private)  class LDotView
          Defines a view of the IDot model.
(package private)  class LEllipseView<S extends IEllipse>
          Defines a view of the IEllipse model.
(package private)  class LFreeHandView
          Defines a view of the IFreeHand model.
(package private)  class LGridView
          Defines a view of the IGrid model.
(package private)  class LGroupView
          Defines a view of the IGroup model.
(package private)  class LModifiablePointsShapeView<S extends IModifiablePointsShape>
          Defines an abstract view of the IModifiablePointsShape model.
(package private)  class LPictureView
          Defines an abstract view of the IPicture model.
(package private)  class LPolygonView<M extends IPolygon>
          Defines a view of the IPolygon model.
(package private)  class LPolylineView
          Defines a view of the IPolyline model.
(package private)  class LRectangleView<M extends IRectangle>
          Defines a view of the IRectangle model.
(package private)  class LRectangularView<S extends IRectangularShape>
          Defines a view of the IRectangularView model.
(package private)  class LRhombusView
          Defines a view of the IRhombus model.
(package private)  class LShapeView<S extends IShape>
          Defines a view of the LShape model.
(package private)  class LSquareView
          Defines a view of the LSquare model.
(package private)  class LStandardGridView<S extends IStandardGrid>
          Defines an abstract view of the LAbstractGrid model.
(package private)  class LTextView
          Defines a view of the IText model.
(package private)  class LTriangleView
          Defines a view of the ITriangle model.
 

Fields in net.sf.latexdraw.glib.views.Java2D.impl with type parameters of type IViewShape
protected  java.util.List<IViewShape> LGroupView.views
          The view that contains the drawing.
 

Methods in net.sf.latexdraw.glib.views.Java2D.impl that return IViewShape
 IViewShape LViewsFactory.createView(IShape shape)
           
 IViewShape LGroupView.getViewAt(int i)
           
 

Methods in net.sf.latexdraw.glib.views.Java2D.impl that return types with arguments of type IViewShape
 java.util.List<IViewShape> LGroupView.getViews()
           
 

Uses of IViewShape in net.sf.latexdraw.glib.views.Java2D.interfaces
 

Subinterfaces of IViewShape in net.sf.latexdraw.glib.views.Java2D.interfaces
 interface IViewArc
          This interface defines a view of an arc.
 interface IViewBezierCurve
          This interface defines a view of a Bezier curve.
 interface IViewDot
          This interface defines a view of a dot.
 interface IViewModifiablePtsShape
          This interface defines a view of an shape which points can be modified.
 interface IViewRectangle
          This interface defines a view of a rectangle.
 interface IViewText
          This interface defines a view of a text.
 

Methods in net.sf.latexdraw.glib.views.Java2D.interfaces that return IViewShape
 IViewShape IViewsFactory.createView(IShape shape)
          Creates a view from a shape.
 

Uses of IViewShape in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments with type parameters of type IViewShape
protected  java.util.List<IViewShape> Border.selection
          The selected views.
 

Methods in net.sf.latexdraw.instruments that return types with arguments of type IViewShape
 java.util.List<IViewShape> Border.getSelection()
           
 

Methods in net.sf.latexdraw.instruments with parameters of type IViewShape
 void Border.add(IViewShape view)
          Adds the given shape to the selection.
 void Border.remove(IViewShape view)
          Removes the given view from the selection.
 

Uses of IViewShape in net.sf.latexdraw.mapping
 

Methods in net.sf.latexdraw.mapping that return IViewShape
protected  IViewShape ShapeList2ViewListMapping.createTargetObject(java.lang.Object sourceObject)
           
 

Constructors in net.sf.latexdraw.mapping with parameters of type IViewShape
Shape2ViewMapping(IShape source, IViewShape target)
          Object2ObjectMapping.Object2ObjectMapping(Object, Object)
 

Constructor parameters in net.sf.latexdraw.mapping with type arguments of type IViewShape
ShapeList2ViewListMapping(java.util.List<IShape> source, java.util.List<IViewShape> target)
          SymmetricList2ListMapping.SymmetricList2ListMapping(List, List)
TempShape2TempViewMapping(IUnary<IShape> source, IUnary<IViewShape> target)
          Unary2UnaryMapping.Unary2UnaryMapping(IUnary, IUnary)
ViewList2TooltipableList(java.util.List<IViewShape> source, java.util.List<ToolTipable> target)
          Creates the mapping.