applications.proxy.graph3dVisualizer
Class VisualizationPreferences

applications.proxy.utils.GenericPreferences
  |
  +--applications.proxy.graph3dVisualizer.VisualizationPreferences

public class VisualizationPreferences
extends GenericPreferences

Description of the Class

Author:
igasp
created March 12, 2001

Field Summary
 private StringCONFIGURATION_ARC_COLOR_COEFFICIENT_ATTRIBUTE
           
 private StringCONFIGURATION_ATTRIBUTES_DISPLAY_TEXT_COLOR_ATTRIBUTE
           
 private StringCONFIGURATION_ATTRIBUTES_FONT_TAG_NAME
           
 private StringCONFIGURATION_BACKGROUND_COLOR_ATTRIBUTE
           
 private StringCONFIGURATION_BACKGROUND_IMAGE_FILENAME_ATTRIBUTE
           
 private StringCONFIGURATION_BACKGROUND_IMAGE_ID_ATTRIBUTE
           
 private StringCONFIGURATION_BACKGROUND_IMAGE_TAG_NAME
           
 private StringCONFIGURATION_BASE_NODE_FONT_TAG_NAME
           
 (package private) final static StringCONFIGURATION_CURSOR_TENSIONER_TAG_NAME
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_DURATION_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_FILENAME_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_LOOP_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_MAX_KEY_VALUE_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_MIN_KEY_VALUE_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_START_DELAY_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_TAG_NAME
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_TRAIT_KEY_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_INSTANCE_WEIGHT_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_NAME_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_EVENT_SOUND_TAG_NAME
           
 private StringCONFIGURATION_FIXED_NODE_COLOR_ATTRIBUTE
           
 private StringCONFIGURATION_METADATA_COLOR_ATTRIBUTE
           
 private StringCONFIGURATION_METADATA_FONT_TAG_NAME
           
 private StringCONFIGURATION_NODE_FILL_COLOR_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_NODE_TENSIONER_TAG_NAME
           
 private StringCONFIGURATION_NORMAL_NODE_TEXT_COLOR_ATTRIBUTE
           
 private StringCONFIGURATION_ROLLOVER_NODE_FILL_COLOR_ATTRIBUTE
           
 private StringCONFIGURATION_ROLLOVER_NODE_OUTLINE_COLOR_ATTRIBUTE
           
 private StringCONFIGURATION_ROLLOVER_NODE_TEXT_COLOR_ATTRIBUTE
           
 private StringCONFIGURATION_SCALE_BACKGROUND_ATTRIBUTE
           
 private StringCONFIGURATION_SELECTED_NODE_COLOR_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_SHOW_CENTER_NODE_ATTRIBUTE
           
 (package private) final static StringCONFIGURATION_SHOW_TENSION_LINES_ATTRIBUTE
           
 private StringCONFIGURATION_SPAZ_DIVISOR_ATTRIBUTE
           
 private StringCONFIGURATION_SPAZ_FACTOR_ATTRIBUTE
           
 private StringCONFIGURATION_VISITED_NODE_TEXT_COLOR_ATTRIBUTE
           
 (package private) final static doubleDEFAULT_SPAZ_DIVISOR
           
 (package private) final static doubleDEFAULT_SPAZ_FACTOR
           
 private doublem_arcColorCoefficient
           
 private Colorm_attributesDisplayTextColor
           
 private Fontm_attributesFont
           
 private Colorm_backgroundColor
           
 private Stringm_backgroundImageFilename
           
 private static Mapm_backgroundImages
           
 private Fontm_baseNodeFont
           
 (package private) static booleanm_bShowCenterNode
           
 (package private) static booleanm_bShowTensionLines
           
 private AudioClipm_clickSound
           
 private Elementm_cursorTensionerPreferencesElement
           
 private static Mapm_eventSounds
           
 private Colorm_fixedNodeColor
           
 (package private) static LocationChangeEventm_lastLocationChangeEvent
           
 (package private) static Collectionm_locationChangeListeners
           
 private Colorm_metadataColor
           
 private Fontm_metadataFont
           
 private Stringm_moveCursorImageFilename
           
 private Stringm_moveNodeCursorImageFilename
           
 private Colorm_nodeFillColor
           
 private Elementm_nodeTensionerPreferencesElement
           
 private Stringm_normalCursorImageFilename
           
 private Colorm_normalNodeTextColor
           
 private Colorm_rolloverNodeFillColor
           
 private Colorm_rolloverNodeOutlineColor
           
 private Colorm_rolloverNodeTextColor
           
 private Stringm_rotateCursorImageFilename
           
 private Colorm_selectedNodeColor
           
 (package private) static booleanm_showAccessStatistics
           
 private static doublem_spazDivisor
           
 private static doublem_spazFactor
           
 private static Mapm_traitValues
           
 private Colorm_visitedNodeTextColor
           
 private Stringm_zoomCursorImageFilename
           

Constructor Summary
VisualizationPreferences()
          Constructor for the VisualizationPreferences object
VisualizationPreferences(String preferencesFilename)
          Constructor for the VisualizationPreferences object

Method Summary
 protected static voidaddBackgroundImage(MamImage mamImage)
          Adds a feature to the BackgroundImage attribute of the VisualizationPreferences class
 static voidaddLocationChangeListener(LocationChangeListener listener)
          Adds a feature to the LocationChangeListener attribute of the VisualizationPreferences class
 static voidfireLocationChange(LocationChangeEvent e)
          Description of the Method
 doublegetArcColorCoefficient()
          Gets the ArcColorCoefficient attribute of the VisualizationPreferences object
 ColorgetAttributesDisplayTextColor()
           
 FontgetAttributesFont()
           
 ColorgetBackgroundColor()
          Gets the BackgroundColor attribute of the VisualizationPreferences object
 static MapgetBackgroundImages()
          Gets the BackgroundImages attribute of the VisualizationPreferences class
 FontgetBaseNodeFont()
           
 ElementgetCursorTensionerPreferencesElement()
          Gets the CursorTensionerPreferencesElement attribute of the VisualizationPreferences object
 static EventSoundgetEventSound(String soundName)
          Gets the EventSound attribute of the VisualizationPreferences class
 ColorgetFixedNodeColor()
          Gets the FixedNodeColor attribute of the VisualizationPreferences object
 static LocationChangeEventgetLastLocationChangeEvent()
          Gets the LastLocationChangeEvent attribute of the VisualizationPreferences class
 ColorgetMetadataColor()
          Gets the MetadataColor attribute of the VisualizationPreferences object
 FontgetMetadataFont()
           
 protected static MapgetModifiableBackgroundImages()
          Gets the ModifiableBackgroundImages attribute of the VisualizationPreferences class
 StringgetMoveCursorImageFilename()
          Gets the MoveCursorImageFilename attribute of the VisualizationPreferences object
 StringgetMoveNodeCursorImageFilename()
          Gets the MoveNodeCursorImageFilename attribute of the VisualizationPreferences object
 ColorgetNodeFillColor()
          Gets the NodeFillColor attribute of the VisualizationPreferences object
 ElementgetNodeTensionerPreferencesElement()
          Gets the NodeTensionerPreferencesElement attribute of the VisualizationPreferences object
 StringgetNormalCursorImageFilename()
          Gets the NormalCursorImageFilename attribute of the VisualizationPreferences object
 ColorgetNormalNodeTextColor()
          Gets the NormalNodeTextColor attribute of the VisualizationPreferences object
 ColorgetRolloverNodeFillColor()
          Gets the RolloverNodeFillColor attribute of the VisualizationPreferences object
 ColorgetRolloverNodeOutlineColor()
          Gets the RolloverNodeOutlineColor attribute of the VisualizationPreferences object
 ColorgetRolloverNodeTextColor()
          Gets the RolloverNodeTextColor attribute of the VisualizationPreferences object
 StringgetRotateCursorImageFilename()
          Gets the RotateCursorImageFilename attribute of the VisualizationPreferences object
 ColorgetSelectedNodeColor()
          Gets the SelectedNodeColor attribute of the VisualizationPreferences object
 static booleangetShowAccessStatistics()
          Gets the ShowAccessStatistics attribute of the VisualizationPreferences class
 static booleangetShowCenterNode()
          Gets the ShowCenterNode attribute of the VisualizationPreferences class
 static booleangetShowTensionLines()
          Gets the ShowTensionLines attribute of the VisualizationPreferences class
 static doublegetSpazDivisor()
          Gets the SpazDivisor attribute of the VisualizationPreferences class
 static doublegetSpazFactor()
          Gets the SpazFactor attribute of the VisualizationPreferences class
 ColorgetVisitedNodeTextColor()
          Gets the VisitedNodeTextColor attribute of the VisualizationPreferences object
 StringgetZoomCursorImageFilename()
          Gets the ZoomCursorImageFilename attribute of the VisualizationPreferences object
 protected voidreadConfigurationFile(String configurationFilename)
          Description of the Method
 static voidremoveLocationChangeListener(LocationChangeListener listener)
          Description of the Method
 voidsetAttributesFont(Font oAttributesFont)
           
 voidsetBaseNodeFont(Font oBaseNodeFont)
           
 voidsetMetadataFont(Font oMetadataFont)
           
 static voidsetShowAccessStatistics(boolean showAccessStatistics)
          Sets the ShowAccessStatistics attribute of the VisualizationPreferences class
 static voidsetShowCenterNode(boolean bShowCenterNode)
          Sets the ShowCenterNode attribute of the VisualizationPreferences class
 static voidsetShowTensionLines(boolean bShowTensionLines)
          Description of the Method
 (package private) static voidsetSpazDivisor(double spazDivisor)
          Sets the SpazDivisor attribute of the VisualizationPreferences class
 (package private) static voidsetSpazFactor(double spazFactor)
          Sets the SpazFactor attribute of the VisualizationPreferences class

Methods inherited from class applications.proxy.utils.GenericPreferences
parseColor, parseColorComponent, parseFont, parseLineBorder

Field Detail

CONFIGURATION_ARC_COLOR_COEFFICIENT_ATTRIBUTE

private String CONFIGURATION_ARC_COLOR_COEFFICIENT_ATTRIBUTE

CONFIGURATION_ATTRIBUTES_DISPLAY_TEXT_COLOR_ATTRIBUTE

private String CONFIGURATION_ATTRIBUTES_DISPLAY_TEXT_COLOR_ATTRIBUTE

CONFIGURATION_ATTRIBUTES_FONT_TAG_NAME

private String CONFIGURATION_ATTRIBUTES_FONT_TAG_NAME

CONFIGURATION_BACKGROUND_COLOR_ATTRIBUTE

private String CONFIGURATION_BACKGROUND_COLOR_ATTRIBUTE

CONFIGURATION_BACKGROUND_IMAGE_FILENAME_ATTRIBUTE

private String CONFIGURATION_BACKGROUND_IMAGE_FILENAME_ATTRIBUTE

CONFIGURATION_BACKGROUND_IMAGE_ID_ATTRIBUTE

private String CONFIGURATION_BACKGROUND_IMAGE_ID_ATTRIBUTE

CONFIGURATION_BACKGROUND_IMAGE_TAG_NAME

private String CONFIGURATION_BACKGROUND_IMAGE_TAG_NAME

CONFIGURATION_BASE_NODE_FONT_TAG_NAME

private String CONFIGURATION_BASE_NODE_FONT_TAG_NAME

CONFIGURATION_CURSOR_TENSIONER_TAG_NAME

final static String CONFIGURATION_CURSOR_TENSIONER_TAG_NAME

CONFIGURATION_EVENT_SOUND_INSTANCE_DURATION_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_DURATION_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_INSTANCE_FILENAME_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_FILENAME_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_INSTANCE_LOOP_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_LOOP_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_INSTANCE_MAX_KEY_VALUE_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_MAX_KEY_VALUE_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_INSTANCE_MIN_KEY_VALUE_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_MIN_KEY_VALUE_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_INSTANCE_START_DELAY_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_START_DELAY_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_INSTANCE_TAG_NAME

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_TAG_NAME

CONFIGURATION_EVENT_SOUND_INSTANCE_TRAIT_KEY_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_TRAIT_KEY_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_INSTANCE_WEIGHT_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_INSTANCE_WEIGHT_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_NAME_ATTRIBUTE

final static String CONFIGURATION_EVENT_SOUND_NAME_ATTRIBUTE

CONFIGURATION_EVENT_SOUND_TAG_NAME

final static String CONFIGURATION_EVENT_SOUND_TAG_NAME

CONFIGURATION_FIXED_NODE_COLOR_ATTRIBUTE

private String CONFIGURATION_FIXED_NODE_COLOR_ATTRIBUTE

CONFIGURATION_METADATA_COLOR_ATTRIBUTE

private String CONFIGURATION_METADATA_COLOR_ATTRIBUTE

CONFIGURATION_METADATA_FONT_TAG_NAME

private String CONFIGURATION_METADATA_FONT_TAG_NAME

CONFIGURATION_NODE_FILL_COLOR_ATTRIBUTE

private String CONFIGURATION_NODE_FILL_COLOR_ATTRIBUTE

CONFIGURATION_NODE_TENSIONER_TAG_NAME

final static String CONFIGURATION_NODE_TENSIONER_TAG_NAME

CONFIGURATION_NORMAL_NODE_TEXT_COLOR_ATTRIBUTE

private String CONFIGURATION_NORMAL_NODE_TEXT_COLOR_ATTRIBUTE

CONFIGURATION_ROLLOVER_NODE_FILL_COLOR_ATTRIBUTE

private String CONFIGURATION_ROLLOVER_NODE_FILL_COLOR_ATTRIBUTE

CONFIGURATION_ROLLOVER_NODE_OUTLINE_COLOR_ATTRIBUTE

private String CONFIGURATION_ROLLOVER_NODE_OUTLINE_COLOR_ATTRIBUTE

CONFIGURATION_ROLLOVER_NODE_TEXT_COLOR_ATTRIBUTE

private String CONFIGURATION_ROLLOVER_NODE_TEXT_COLOR_ATTRIBUTE

CONFIGURATION_SCALE_BACKGROUND_ATTRIBUTE

private String CONFIGURATION_SCALE_BACKGROUND_ATTRIBUTE

CONFIGURATION_SELECTED_NODE_COLOR_ATTRIBUTE

private String CONFIGURATION_SELECTED_NODE_COLOR_ATTRIBUTE

CONFIGURATION_SHOW_CENTER_NODE_ATTRIBUTE

final static String CONFIGURATION_SHOW_CENTER_NODE_ATTRIBUTE

CONFIGURATION_SHOW_TENSION_LINES_ATTRIBUTE

final static String CONFIGURATION_SHOW_TENSION_LINES_ATTRIBUTE

CONFIGURATION_SPAZ_DIVISOR_ATTRIBUTE

private String CONFIGURATION_SPAZ_DIVISOR_ATTRIBUTE

CONFIGURATION_SPAZ_FACTOR_ATTRIBUTE

private String CONFIGURATION_SPAZ_FACTOR_ATTRIBUTE

CONFIGURATION_VISITED_NODE_TEXT_COLOR_ATTRIBUTE

private String CONFIGURATION_VISITED_NODE_TEXT_COLOR_ATTRIBUTE

DEFAULT_SPAZ_DIVISOR

final static double DEFAULT_SPAZ_DIVISOR

DEFAULT_SPAZ_FACTOR

final static double DEFAULT_SPAZ_FACTOR

m_arcColorCoefficient

private double m_arcColorCoefficient

m_attributesDisplayTextColor

private Color m_attributesDisplayTextColor

m_attributesFont

private Font m_attributesFont

m_backgroundColor

private Color m_backgroundColor

m_backgroundImageFilename

private String m_backgroundImageFilename

m_backgroundImages

private static Map m_backgroundImages

m_baseNodeFont

private Font m_baseNodeFont

m_bShowCenterNode

static boolean m_bShowCenterNode

m_bShowTensionLines

static boolean m_bShowTensionLines

m_clickSound

private AudioClip m_clickSound

m_cursorTensionerPreferencesElement

private Element m_cursorTensionerPreferencesElement

m_eventSounds

private static Map m_eventSounds

m_fixedNodeColor

private Color m_fixedNodeColor

m_lastLocationChangeEvent

static LocationChangeEvent m_lastLocationChangeEvent

m_locationChangeListeners

static Collection m_locationChangeListeners

m_metadataColor

private Color m_metadataColor

m_metadataFont

private Font m_metadataFont

m_moveCursorImageFilename

private String m_moveCursorImageFilename

m_moveNodeCursorImageFilename

private String m_moveNodeCursorImageFilename

m_nodeFillColor

private Color m_nodeFillColor

m_nodeTensionerPreferencesElement

private Element m_nodeTensionerPreferencesElement

m_normalCursorImageFilename

private String m_normalCursorImageFilename

m_normalNodeTextColor

private Color m_normalNodeTextColor

m_rolloverNodeFillColor

private Color m_rolloverNodeFillColor

m_rolloverNodeOutlineColor

private Color m_rolloverNodeOutlineColor

m_rolloverNodeTextColor

private Color m_rolloverNodeTextColor

m_rotateCursorImageFilename

private String m_rotateCursorImageFilename

m_selectedNodeColor

private Color m_selectedNodeColor

m_showAccessStatistics

static boolean m_showAccessStatistics

m_spazDivisor

private static double m_spazDivisor

m_spazFactor

private static double m_spazFactor

m_traitValues

private static Map m_traitValues

m_visitedNodeTextColor

private Color m_visitedNodeTextColor

m_zoomCursorImageFilename

private String m_zoomCursorImageFilename
Constructor Detail

VisualizationPreferences

public VisualizationPreferences()
Constructor for the VisualizationPreferences object
Since:

VisualizationPreferences

public VisualizationPreferences(String preferencesFilename)
Constructor for the VisualizationPreferences object
Parameters:
preferencesFilename - Description of Parameter
Since:
Method Detail

addBackgroundImage

protected static void addBackgroundImage(MamImage mamImage)
Adds a feature to the BackgroundImage attribute of the VisualizationPreferences class
Parameters:
mamImage - The feature to be added to the BackgroundImage attribute
Since:

addLocationChangeListener

public static void addLocationChangeListener(LocationChangeListener listener)
Adds a feature to the LocationChangeListener attribute of the VisualizationPreferences class
Parameters:
listener - The feature to be added to the LocationChangeListener attribute
Since:

fireLocationChange

public static void fireLocationChange(LocationChangeEvent e)
Description of the Method
Parameters:
e - Description of Parameter
Since:

getArcColorCoefficient

public double getArcColorCoefficient()
Gets the ArcColorCoefficient attribute of the VisualizationPreferences object
Returns: The ArcColorCoefficient value
Since:

getAttributesDisplayTextColor

public Color getAttributesDisplayTextColor()

getAttributesFont

public Font getAttributesFont()

getBackgroundColor

public Color getBackgroundColor()
Gets the BackgroundColor attribute of the VisualizationPreferences object
Returns: The BackgroundColor value
Since:

getBackgroundImages

public static Map getBackgroundImages()
Gets the BackgroundImages attribute of the VisualizationPreferences class
Returns: The BackgroundImages value
Since:

getBaseNodeFont

public Font getBaseNodeFont()

getCursorTensionerPreferencesElement

public Element getCursorTensionerPreferencesElement()
Gets the CursorTensionerPreferencesElement attribute of the VisualizationPreferences object
Returns: The CursorTensionerPreferencesElement value
Since:

getEventSound

public static EventSound getEventSound(String soundName)
Gets the EventSound attribute of the VisualizationPreferences class
Parameters:
soundName - Description of Parameter
Returns: The EventSound value
Since:

getFixedNodeColor

public Color getFixedNodeColor()
Gets the FixedNodeColor attribute of the VisualizationPreferences object
Returns: The FixedNodeColor value
Since:

getLastLocationChangeEvent

public static LocationChangeEvent getLastLocationChangeEvent()
Gets the LastLocationChangeEvent attribute of the VisualizationPreferences class
Returns: The LastLocationChangeEvent value
Since:

getMetadataColor

public Color getMetadataColor()
Gets the MetadataColor attribute of the VisualizationPreferences object
Returns: The MetadataColor value
Since:

getMetadataFont

public Font getMetadataFont()

getModifiableBackgroundImages

protected static Map getModifiableBackgroundImages()
Gets the ModifiableBackgroundImages attribute of the VisualizationPreferences class
Returns: The ModifiableBackgroundImages value
Since:

getMoveCursorImageFilename

public String getMoveCursorImageFilename()
Gets the MoveCursorImageFilename attribute of the VisualizationPreferences object
Returns: The MoveCursorImageFilename value
Since:

getMoveNodeCursorImageFilename

public String getMoveNodeCursorImageFilename()
Gets the MoveNodeCursorImageFilename attribute of the VisualizationPreferences object
Returns: The MoveNodeCursorImageFilename value
Since:

getNodeFillColor

public Color getNodeFillColor()
Gets the NodeFillColor attribute of the VisualizationPreferences object
Returns: The NodeFillColor value
Since:

getNodeTensionerPreferencesElement

public Element getNodeTensionerPreferencesElement()
Gets the NodeTensionerPreferencesElement attribute of the VisualizationPreferences object
Returns: The NodeTensionerPreferencesElement value
Since:

getNormalCursorImageFilename

public String getNormalCursorImageFilename()
Gets the NormalCursorImageFilename attribute of the VisualizationPreferences object
Returns: The NormalCursorImageFilename value
Since:

getNormalNodeTextColor

public Color getNormalNodeTextColor()
Gets the NormalNodeTextColor attribute of the VisualizationPreferences object
Returns: The NormalNodeTextColor value
Since:

getRolloverNodeFillColor

public Color getRolloverNodeFillColor()
Gets the RolloverNodeFillColor attribute of the VisualizationPreferences object
Returns: The RolloverNodeFillColor value
Since:

getRolloverNodeOutlineColor

public Color getRolloverNodeOutlineColor()
Gets the RolloverNodeOutlineColor attribute of the VisualizationPreferences object
Returns: The RolloverNodeOutlineColor value
Since:

getRolloverNodeTextColor

public Color getRolloverNodeTextColor()
Gets the RolloverNodeTextColor attribute of the VisualizationPreferences object
Returns: The RolloverNodeTextColor value
Since:

getRotateCursorImageFilename

public String getRotateCursorImageFilename()
Gets the RotateCursorImageFilename attribute of the VisualizationPreferences object
Returns: The RotateCursorImageFilename value
Since:

getSelectedNodeColor

public Color getSelectedNodeColor()
Gets the SelectedNodeColor attribute of the VisualizationPreferences object
Returns: The SelectedNodeColor value
Since:

getShowAccessStatistics

public static boolean getShowAccessStatistics()
Gets the ShowAccessStatistics attribute of the VisualizationPreferences class
Returns: The ShowAccessStatistics value
Since:

getShowCenterNode

public static boolean getShowCenterNode()
Gets the ShowCenterNode attribute of the VisualizationPreferences class
Returns: The ShowCenterNode value
Since:

getShowTensionLines

public static boolean getShowTensionLines()
Gets the ShowTensionLines attribute of the VisualizationPreferences class
Returns: The ShowTensionLines value
Since:

getSpazDivisor

public static double getSpazDivisor()
Gets the SpazDivisor attribute of the VisualizationPreferences class
Returns: The SpazDivisor value
Since:

getSpazFactor

public static double getSpazFactor()
Gets the SpazFactor attribute of the VisualizationPreferences class
Returns: The SpazFactor value
Since:

getVisitedNodeTextColor

public Color getVisitedNodeTextColor()
Gets the VisitedNodeTextColor attribute of the VisualizationPreferences object
Returns: The VisitedNodeTextColor value
Since:

getZoomCursorImageFilename

public String getZoomCursorImageFilename()
Gets the ZoomCursorImageFilename attribute of the VisualizationPreferences object
Returns: The ZoomCursorImageFilename value
Since:

readConfigurationFile

protected void readConfigurationFile(String configurationFilename)
Description of the Method
Parameters:
configurationFilename - Description of Parameter
Since:

removeLocationChangeListener

public static void removeLocationChangeListener(LocationChangeListener listener)
Description of the Method
Parameters:
listener - Description of Parameter
Since:

setAttributesFont

public void setAttributesFont(Font oAttributesFont)

setBaseNodeFont

public void setBaseNodeFont(Font oBaseNodeFont)

setMetadataFont

public void setMetadataFont(Font oMetadataFont)

setShowAccessStatistics

public static void setShowAccessStatistics(boolean showAccessStatistics)
Sets the ShowAccessStatistics attribute of the VisualizationPreferences class
Parameters:
showAccessStatistics - The new ShowAccessStatistics value
Since:

setShowCenterNode

public static void setShowCenterNode(boolean bShowCenterNode)
Sets the ShowCenterNode attribute of the VisualizationPreferences class
Parameters:
bShowCenterNode - The new ShowCenterNode value
Since:

setShowTensionLines

public static void setShowTensionLines(boolean bShowTensionLines)
Description of the Method
Parameters:
bShowTensionLines - Description of Parameter
Since:

setSpazDivisor

static void setSpazDivisor(double spazDivisor)
Sets the SpazDivisor attribute of the VisualizationPreferences class
Parameters:
spazDivisor - The new SpazDivisor value
Since:

setSpazFactor

static void setSpazFactor(double spazFactor)
Sets the SpazFactor attribute of the VisualizationPreferences class
Parameters:
spazFactor - The new SpazFactor value
Since: