org.net2map.pov.dimension.Container Class Reference

Inheritance diagram for org.net2map.pov.dimension.Container:

Inheritance graph
[legend]
Collaboration diagram for org.net2map.pov.dimension.Container:

Collaboration graph
[legend]
List of all members.

Detailed Description

Base class for each dimension Container.

Author:
Philippe MOULIN

Definition at line 37 of file Container.java.

Public Member Functions

 Container ()
 Creates new Container.

GUI getGUI ()
 Returns the GUI component contained in this container.

Subset getSubset ()
 Returns the Subset contained in this container.

abstract String getName ()
 Returns the name of this dimension (the one which is displayed in the GUI).

abstract String getAxisName ()
 Returns the name which will be displayed on the X or Y axis This is not always the same name as the dimension name.

abstract long criteriaValueToMapPosition (String paramCriteriaValue)

Protected Attributes

GUI theGUI = null
 Points to the GUI component.

Subset theSubset = null
 Points to the subset.


Private Attributes

PropertyChangeSupport propertySupport
 not used yet


Constructor & Destructor Documentation

org.net2map.pov.dimension.Container.Container  ) 
 

Creates new Container.

Definition at line 51 of file Container.java.

References org.net2map.pov.dimension.Container.propertySupport.


Member Function Documentation

abstract long org.net2map.pov.dimension.Container.criteriaValueToMapPosition String  paramCriteriaValue  )  [pure virtual]
 

Implemented in org.net2map.pov.dimension.date.DateContainer, org.net2map.pov.dimension.domainName.DomainNameContainer, org.net2map.pov.dimension.geoIP.GeoIPContainer, org.net2map.pov.dimension.keyWord.KeyWordContainer, org.net2map.pov.dimension.pageRank.PageRankContainer, and org.net2map.pov.dimension.size.SizeContainer.

Referenced by org.net2map.pov.client.DocumentMapGUI.addDocument().

abstract String org.net2map.pov.dimension.Container.getAxisName  )  [pure virtual]
 

Returns the name which will be displayed on the X or Y axis This is not always the same name as the dimension name.

For example the axis name for "KeyWord" is "Relevancy"

Implemented in org.net2map.pov.dimension.date.DateContainer, org.net2map.pov.dimension.domainName.DomainNameContainer, org.net2map.pov.dimension.geoIP.GeoIPContainer, org.net2map.pov.dimension.keyWord.KeyWordContainer, org.net2map.pov.dimension.pageRank.PageRankContainer, and org.net2map.pov.dimension.size.SizeContainer.

Referenced by org.net2map.pov.client.DocumentMapAxisGraduationGUI.setAssociatedDimensionClient().

GUI org.net2map.pov.dimension.Container.getGUI  ) 
 

Returns the GUI component contained in this container.

Returns:
points to the GUI component

Definition at line 60 of file Container.java.

References org.net2map.pov.dimension.Container.theGUI.

Referenced by org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

abstract String org.net2map.pov.dimension.Container.getName  )  [pure virtual]
 

Returns the name of this dimension (the one which is displayed in the GUI).

Returns:
This dimension's name

Implemented in org.net2map.pov.dimension.date.DateContainer, org.net2map.pov.dimension.domainName.DomainNameContainer, org.net2map.pov.dimension.geoIP.GeoIPContainer, org.net2map.pov.dimension.keyWord.KeyWordContainer, org.net2map.pov.dimension.pageRank.PageRankContainer, and org.net2map.pov.dimension.size.SizeContainer.

Referenced by org.net2map.pov.dimension.DimensionClientList.addClient(), and org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

Subset org.net2map.pov.dimension.Container.getSubset  ) 
 

Returns the Subset contained in this container.

Returns:
Points to the Subset

Definition at line 69 of file Container.java.

References org.net2map.pov.dimension.Container.theSubset.

Referenced by org.net2map.pov.client.DocumentMapGUI.addDocument(), org.net2map.pov.client.DocumentMapY_AxisGraduationGUI.displayValue(), org.net2map.pov.client.DocumentMapX_AxisGraduationGUI.displayValue(), org.net2map.pov.client.DocumentMapY_AxisGraduationGUI.setLimits(), org.net2map.pov.client.DocumentMapX_AxisGraduationGUI.setLimits(), and org.net2map.pov.client.DocumentMapGUI.updateBorderValuesFromDimensionSubsets().


Member Data Documentation

PropertyChangeSupport org.net2map.pov.dimension.Container.propertySupport [private]
 

not used yet

Reimplemented in org.net2map.pov.dimension.date.DateContainer, org.net2map.pov.dimension.domainName.DomainNameContainer, org.net2map.pov.dimension.geoIP.GeoIPContainer, org.net2map.pov.dimension.keyWord.KeyWordContainer, org.net2map.pov.dimension.pageRank.PageRankContainer, and org.net2map.pov.dimension.size.SizeContainer.

Definition at line 48 of file Container.java.

Referenced by org.net2map.pov.dimension.Container.Container().

GUI org.net2map.pov.dimension.Container.theGUI = null [protected]
 

Points to the GUI component.

Definition at line 42 of file Container.java.

Referenced by org.net2map.pov.dimension.date.DateContainer.DateContainer(), org.net2map.pov.dimension.domainName.DomainNameContainer.DomainNameContainer(), org.net2map.pov.dimension.geoIP.GeoIPContainer.GeoIPContainer(), org.net2map.pov.dimension.Container.getGUI(), org.net2map.pov.dimension.keyWord.KeyWordContainer.KeyWordContainer(), org.net2map.pov.dimension.pageRank.PageRankContainer.PageRankContainer(), and org.net2map.pov.dimension.size.SizeContainer.SizeContainer().

Subset org.net2map.pov.dimension.Container.theSubset = null [protected]
 

Points to the subset.

Definition at line 45 of file Container.java.

Referenced by org.net2map.pov.dimension.date.DateContainer.DateContainer(), org.net2map.pov.dimension.domainName.DomainNameContainer.DomainNameContainer(), org.net2map.pov.dimension.geoIP.GeoIPContainer.GeoIPContainer(), org.net2map.pov.dimension.Container.getSubset(), org.net2map.pov.dimension.keyWord.KeyWordContainer.KeyWordContainer(), org.net2map.pov.dimension.pageRank.PageRankContainer.PageRankContainer(), and org.net2map.pov.dimension.size.SizeContainer.SizeContainer().


The documentation for this class was generated from the following file:
Accueil | Téléchargement | Manuel | Doc. technique | Sources CVS | Faq | Nous contacter
©2003 - All Rights Reserved