com.ontimize.util.gis.client.interfaces
Interface IGisLoadingViewer

All Known Implementing Classes:
DefaultLoadingViewer

public interface IGisLoadingViewer

Interface of the Gis loading component


Method Summary
 void enableLabelMovement(boolean movement)
          Enable the loading label animation
 java.awt.Rectangle getBounds()
          Get the actual component bounds
 void init(java.lang.Object initParameters)
          Init the gis loading component with the given parameters
 void setAlpha(float alpha)
          Set the alpha transparency value for the loading component
 void setBounds(java.awt.Rectangle bounds)
          Set the actual component bounds
 void setLabelText(java.lang.String text)
          Set the actual text for the loading component
 void setVisible(boolean visible)
          Set the loading component visible
 

Method Detail

init

void init(java.lang.Object initParameters)
Init the gis loading component with the given parameters

Parameters:
initParameters - Parameters for the gisViewer initialization

setLabelText

void setLabelText(java.lang.String text)
Set the actual text for the loading component

Parameters:
text - Text to show in loading component

getBounds

java.awt.Rectangle getBounds()
Get the actual component bounds

Returns:
Component bounds

setBounds

void setBounds(java.awt.Rectangle bounds)
Set the actual component bounds

Parameters:
bounds - Component bounds

setAlpha

void setAlpha(float alpha)
Set the alpha transparency value for the loading component

Parameters:
alpha - Transparency value

enableLabelMovement

void enableLabelMovement(boolean movement)
Enable the loading label animation

Parameters:
movement - Movement enabled

setVisible

void setVisible(boolean visible)
Set the loading component visible

Parameters:
visible -