public interface VizFrontEndIF
Modifier and Type | Method and Description |
---|---|
void |
configureFilterMenus()
Set up the menus to control the filters
|
String |
getConfigURL()
Get the URL of the config file
|
ApplicationContextIF |
getContext()
Get the appropriate ApplicationContextIF for this front end.
|
boolean |
getDefaultControlsVisible()
Are the controls to this front end visible by default?
|
TopicMapIF |
getTopicMap()
Return the topic map that this front end is displaying
|
TypesConfigFrame |
getTypesConfigFrame(VizController controller,
boolean isTopicConfig)
Returns the configuration frame that can be used to set colors for either Topics or Associations
|
String |
getWallpaper()
Get the url of the wallpaper for the background.
|
boolean |
mapPreLoaded()
Return true if this front end loads the topic map before
generating any display, false if the display is generated
before the map is loaded.
|
void |
setNewTypeColor(TopicIF type,
Color c)
set the color on a specific topic type
|
boolean |
useGeneralConfig()
Does this front end use the general configuration.
|
boolean getDefaultControlsVisible()
boolean mapPreLoaded()
boolean useGeneralConfig()
TypesConfigFrame getTypesConfigFrame(VizController controller, boolean isTopicConfig)
controller
- isTopicConfig
- - is this a Topic or Association configuration frameApplicationContextIF getContext()
TopicMapIF getTopicMap()
void configureFilterMenus()
void setNewTypeColor(TopicIF type, Color c)
type
- c
- String getWallpaper()
String getConfigURL()