net.sf.latexdraw.glib.views.synchroniser
Interface ViewsSynchroniserHandler

All Known Subinterfaces:
ICanvas
All Known Implementing Classes:
LCanvas

public interface ViewsSynchroniserHandler

Defines a handler that provides information to a views synchroniser.

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.

05/29/2008

Since:
3.0
Author:
Arnaud BLOUIN

Method Summary
 IPoint getBottomLeftDrawingPoint()
           
 IPoint getOriginDrawingPoint()
           
 int getPPCDrawing()
           
 IPoint getTopRightDrawingPoint()
           
 

Method Detail

getTopRightDrawingPoint

IPoint getTopRightDrawingPoint()
Returns:
The top right point of the current drawing.
Since:
3.0

getBottomLeftDrawingPoint

IPoint getBottomLeftDrawingPoint()
Returns:
The bottom left point of the current drawing.
Since:
3.0

getOriginDrawingPoint

IPoint getOriginDrawingPoint()
Returns:
The origin point of the current drawing.
Since:
3.0

getPPCDrawing

int getPPCDrawing()
Returns:
The number of pixels per centimetre of the current drawing.
Since:
3.0