com.tirsen.angkor.widget
Class ImageMap

java.lang.Object
  |
  +--com.tirsen.angkor.Component
        |
        +--com.tirsen.angkor.widget.Container
              |
              +--com.tirsen.angkor.widget.ImageMap
All Implemented Interfaces:
java.io.Serializable, View

public class ImageMap
extends Container

Version:
$Revision: 1.6 $
$Id: ImageMap.java,v 1.6 2002/10/13 19:59:23 tirsen Exp $
Author:
$Author: tirsen $
See Also:
Serialized Form

Nested Class Summary
static class ImageMap.Area
           
 
Field Summary
 
Fields inherited from class com.tirsen.angkor.widget.Container
children
 
Constructor Summary
ImageMap()
           
 
Method Summary
 void add(int index, View element)
          Inserts main element at specified index.
 void render(RenderContext context)
          Render this view on the given context if the view is visible.
 
Methods inherited from class com.tirsen.angkor.widget.Container
add, createChildren, getChildren, getNumberOfChildren, isChildrenCreated, iterateAllElements, iterateCollection, maybeCreateChildren, parse, remove, renderChildren
 
Methods inherited from class com.tirsen.angkor.Component
allocateUniqueId, getAttribute, getContainer, getId, getRenderContext, getVisibleIndex, isDebugTables, isParsing, isVisible, setAttribute, setContainer, setId, setVisible, uniqueId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMap

public ImageMap()
Method Detail

add

public void add(int index,
                View element)
Description copied from class: Container
Inserts main element at specified index. All other add-methods call this method, thus subclasses only need to overload this method to provide additional behaviour.

Overrides:
add in class Container

render

public void render(RenderContext context)
            throws java.io.IOException
Description copied from interface: View
Render this view on the given context if the view is visible. Performed during render-phase.

Specified by:
render in interface View
Overrides:
render in class Container
java.io.IOException
See Also:
View.setVisible(boolean), View.isVisible()


Copyright © 2002-2002 . All Rights Reserved.