templates.presentation
Class TemplateEditableCanvas.CanvasSettings

java.lang.Object
  extended by templates.presentation.TemplateEditableCanvas.CanvasSettings
Enclosing class:
TemplateEditableCanvas

protected static class TemplateEditableCanvas.CanvasSettings
extends java.lang.Object

Canvas appearance settings.

Author:
Lenko Grigorov

Field Summary
 java.awt.Rectangle viewport
          The portion of the diagram visible in the canvas.
 float zoom
          The zoom level.
 
Constructor Summary
protected TemplateEditableCanvas.CanvasSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

viewport

public java.awt.Rectangle viewport
The portion of the diagram visible in the canvas.


zoom

public float zoom
The zoom level.

Constructor Detail

TemplateEditableCanvas.CanvasSettings

protected TemplateEditableCanvas.CanvasSettings()