View Javadoc

1   /*
2    * Copyright (c) 2005, The K-Wf Grid Consortium
3    * Fraunhofer Institute for Computer Architecture and Software Technology
4    * See http://www.kwfgrid.eu and http://www.first.fraunhofer.de for more details.
5    */
6   package net.kwfgrid.gwui;
7   
8   import org.glassbox.gui.*;
9   
10  public interface ZoomGroup extends Group {
11      /*** The key of the zoom-factor property. This property allows a Double value and must not be <code>null</code>. */
12      public static final String ZOOM_FACTOR_KEY = "kwfgrid.ZoomGroup.zoom-factor";
13  }