com.cmpware.ide.views
Interface IZoomable

All Known Implementing Classes:
ArrayView, ImageView

public interface IZoomable

This class describes the zoomable interface. This is used for views that permit zooming.

Copyright (c) 2007 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
 
Method Summary
 void zoomIn()
          This method zooms the view in one level.
 void zoomOut()
          This method zooms the view out one level.
 

Field Detail

copyright

static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values
Method Detail

zoomIn

void zoomIn()
This method zooms the view in one level.


zoomOut

void zoomOut()
This method zooms the view out one level.