|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.svg.ViewBoxListener
public class ViewBoxListener
Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.
$Revision: 1.2 $
| Field Summary | |
|---|---|
protected java.util.ArrayList |
components
|
protected SvgImageMap |
imageMap
|
protected PointSystem |
pointSystem
|
| Constructor Summary | |
|---|---|
ViewBoxListener(SvgImageMap imageMap)
Creates a new instance of ViewBoxListener. |
|
| Method Summary | |
|---|---|
void |
registerComponent(java.awt.Component component)
Register a component to be updated if the viewBox is modified. |
void |
removeComponent(java.awt.Component component)
Remove a component from the list of registered components. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.ArrayList components
protected final SvgImageMap imageMap
protected PointSystem pointSystem
| Constructor Detail |
|---|
public ViewBoxListener(SvgImageMap imageMap)
imageMap - the SvgImageMap component used by this class.| Method Detail |
|---|
public void registerComponent(java.awt.Component component)
component - the added Componentpublic void removeComponent(java.awt.Component component)
component - the removed Component
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||