net.sf.latexdraw.glib.views
Interface IAbstractView

All Known Subinterfaces:
IViewArc, IViewBezierCurve, IViewDot, IViewModifiablePtsShape, IViewRectangle, IViewShape, IViewText
All Known Implementing Classes:
AbstractCodeView, AbstractView, LArcView, LAxesView, LBezierCurveView, LCircleArcView, LCircleView, LDotView, LEllipseView, LFreeHandView, LGridView, LGroupView, LModifiablePointsShapeView, LPictureView, LPolygonView, LPolylineView, LRectangleView, LRectangularView, LRhombusView, LShapeView, LSquareView, LStandardGridView, LTextView, LTriangleView, PSTArcView, PSTAxesView, PSTBezierCurveView, PSTCircleView, PSTClassicalView, PSTDotView, PSTEllipseView, PSTFreeHandView, PSTGridView, PSTGroupView, PSTLinesView, PSTPictureView, PSTPolygonView, PSTRectView, PSTRhombusView, PSTShapeView, PSTTextView, PSTTriangleView

public interface IAbstractView

Defines an interface for abstract views.

This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
LaTeXDraw is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

03/01/2010

Since:
3.0
Author:
Arnaud BLOUIN

Method Summary
 IShape getShape()
           
 void update()
          Updates the view.
 

Method Detail

getShape

IShape getShape()
Returns:
the model of the view.
Since:
3.0

update

void update()
Updates the view.

Since:
3.0