| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
applications.proxy.utils.GenericPreferences | +--applications.proxy.graph3dVisualizer.VisualizationPreferences
Description of the Class
| Constructor Summary | |
VisualizationPreferences()Constructor for the VisualizationPreferences object | |
VisualizationPreferences(String preferencesFilename)Constructor for the VisualizationPreferences object | |
| Method Summary | |
protected static void | addBackgroundImage(MamImage mamImage)Adds a feature to the BackgroundImage attribute of the VisualizationPreferences class |
static void | addLocationChangeListener(LocationChangeListener listener)Adds a feature to the LocationChangeListener attribute of the VisualizationPreferences class |
static void | fireLocationChange(LocationChangeEvent e)Description of the Method |
double | getArcColorCoefficient()Gets the ArcColorCoefficient attribute of the VisualizationPreferences object |
Color | getAttributesDisplayTextColor() |
Font | getAttributesFont() |
Color | getBackgroundColor()Gets the BackgroundColor attribute of the VisualizationPreferences object |
static Map | getBackgroundImages()Gets the BackgroundImages attribute of the VisualizationPreferences class |
Font | getBaseNodeFont() |
Element | getCursorTensionerPreferencesElement()Gets the CursorTensionerPreferencesElement attribute of the VisualizationPreferences object |
static EventSound | getEventSound(String soundName)Gets the EventSound attribute of the VisualizationPreferences class |
Color | getFixedNodeColor()Gets the FixedNodeColor attribute of the VisualizationPreferences object |
static LocationChangeEvent | getLastLocationChangeEvent()Gets the LastLocationChangeEvent attribute of the VisualizationPreferences class |
Color | getMetadataColor()Gets the MetadataColor attribute of the VisualizationPreferences object |
Font | getMetadataFont() |
protected static Map | getModifiableBackgroundImages()Gets the ModifiableBackgroundImages attribute of the VisualizationPreferences class |
String | getMoveCursorImageFilename()Gets the MoveCursorImageFilename attribute of the VisualizationPreferences object |
String | getMoveNodeCursorImageFilename()Gets the MoveNodeCursorImageFilename attribute of the VisualizationPreferences object |
Color | getNodeFillColor()Gets the NodeFillColor attribute of the VisualizationPreferences object |
Element | getNodeTensionerPreferencesElement()Gets the NodeTensionerPreferencesElement attribute of the VisualizationPreferences object |
String | getNormalCursorImageFilename()Gets the NormalCursorImageFilename attribute of the VisualizationPreferences object |
Color | getNormalNodeTextColor()Gets the NormalNodeTextColor attribute of the VisualizationPreferences object |
Color | getRolloverNodeFillColor()Gets the RolloverNodeFillColor attribute of the VisualizationPreferences object |
Color | getRolloverNodeOutlineColor()Gets the RolloverNodeOutlineColor attribute of the VisualizationPreferences object |
Color | getRolloverNodeTextColor()Gets the RolloverNodeTextColor attribute of the VisualizationPreferences object |
String | getRotateCursorImageFilename()Gets the RotateCursorImageFilename attribute of the VisualizationPreferences object |
Color | getSelectedNodeColor()Gets the SelectedNodeColor attribute of the VisualizationPreferences object |
static boolean | getShowAccessStatistics()Gets the ShowAccessStatistics attribute of the VisualizationPreferences class |
static boolean | getShowCenterNode()Gets the ShowCenterNode attribute of the VisualizationPreferences class |
static boolean | getShowTensionLines()Gets the ShowTensionLines attribute of the VisualizationPreferences class |
static double | getSpazDivisor()Gets the SpazDivisor attribute of the VisualizationPreferences class |
static double | getSpazFactor()Gets the SpazFactor attribute of the VisualizationPreferences class |
Color | getVisitedNodeTextColor()Gets the VisitedNodeTextColor attribute of the VisualizationPreferences object |
String | getZoomCursorImageFilename()Gets the ZoomCursorImageFilename attribute of the VisualizationPreferences object |
protected void | readConfigurationFile(String configurationFilename)Description of the Method |
static void | removeLocationChangeListener(LocationChangeListener listener)Description of the Method |
void | setAttributesFont(Font oAttributesFont) |
void | setBaseNodeFont(Font oBaseNodeFont) |
void | setMetadataFont(Font oMetadataFont) |
static void | setShowAccessStatistics(boolean showAccessStatistics)Sets the ShowAccessStatistics attribute of the VisualizationPreferences class |
static void | setShowCenterNode(boolean bShowCenterNode)Sets the ShowCenterNode attribute of the VisualizationPreferences class |
static void | setShowTensionLines(boolean bShowTensionLines)Description of the Method |
(package private) static void | setSpazDivisor(double spazDivisor)Sets the SpazDivisor attribute of the VisualizationPreferences class |
(package private) static void | setSpazFactor(double spazFactor)Sets the SpazFactor attribute of the VisualizationPreferences class |
| Methods inherited from class applications.proxy.utils.GenericPreferences |
parseColor, parseColorComponent, parseFont, parseLineBorder |
| Field Detail |
private String CONFIGURATION_ARC_COLOR_COEFFICIENT_ATTRIBUTE
private String CONFIGURATION_ATTRIBUTES_DISPLAY_TEXT_COLOR_ATTRIBUTE
private String CONFIGURATION_ATTRIBUTES_FONT_TAG_NAME
private String CONFIGURATION_BACKGROUND_COLOR_ATTRIBUTE
private String CONFIGURATION_BACKGROUND_IMAGE_FILENAME_ATTRIBUTE
private String CONFIGURATION_BACKGROUND_IMAGE_ID_ATTRIBUTE
private String CONFIGURATION_BACKGROUND_IMAGE_TAG_NAME
private String CONFIGURATION_BASE_NODE_FONT_TAG_NAME
final static String CONFIGURATION_CURSOR_TENSIONER_TAG_NAME
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_DURATION_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_FILENAME_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_LOOP_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_MAX_KEY_VALUE_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_MIN_KEY_VALUE_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_START_DELAY_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_TAG_NAME
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_TRAIT_KEY_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_WEIGHT_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_NAME_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_TAG_NAME
private String CONFIGURATION_FIXED_NODE_COLOR_ATTRIBUTE
private String CONFIGURATION_METADATA_COLOR_ATTRIBUTE
private String CONFIGURATION_METADATA_FONT_TAG_NAME
private String CONFIGURATION_NODE_FILL_COLOR_ATTRIBUTE
final static String CONFIGURATION_NODE_TENSIONER_TAG_NAME
private String CONFIGURATION_NORMAL_NODE_TEXT_COLOR_ATTRIBUTE
private String CONFIGURATION_ROLLOVER_NODE_FILL_COLOR_ATTRIBUTE
private String CONFIGURATION_ROLLOVER_NODE_OUTLINE_COLOR_ATTRIBUTE
private String CONFIGURATION_ROLLOVER_NODE_TEXT_COLOR_ATTRIBUTE
private String CONFIGURATION_SCALE_BACKGROUND_ATTRIBUTE
private String CONFIGURATION_SELECTED_NODE_COLOR_ATTRIBUTE
final static String CONFIGURATION_SHOW_CENTER_NODE_ATTRIBUTE
final static String CONFIGURATION_SHOW_TENSION_LINES_ATTRIBUTE
private String CONFIGURATION_SPAZ_DIVISOR_ATTRIBUTE
private String CONFIGURATION_SPAZ_FACTOR_ATTRIBUTE
private String CONFIGURATION_VISITED_NODE_TEXT_COLOR_ATTRIBUTE
final static double DEFAULT_SPAZ_DIVISOR
final static double DEFAULT_SPAZ_FACTOR
private double m_arcColorCoefficient
private Color m_attributesDisplayTextColor
private Font m_attributesFont
private Color m_backgroundColor
private String m_backgroundImageFilename
private static Map m_backgroundImages
private Font m_baseNodeFont
static boolean m_bShowCenterNode
static boolean m_bShowTensionLines
private AudioClip m_clickSound
private Element m_cursorTensionerPreferencesElement
private static Map m_eventSounds
private Color m_fixedNodeColor
static LocationChangeEvent m_lastLocationChangeEvent
static Collection m_locationChangeListeners
private Color m_metadataColor
private Font m_metadataFont
private String m_moveCursorImageFilename
private String m_moveNodeCursorImageFilename
private Color m_nodeFillColor
private Element m_nodeTensionerPreferencesElement
private String m_normalCursorImageFilename
private Color m_normalNodeTextColor
private Color m_rolloverNodeFillColor
private Color m_rolloverNodeOutlineColor
private Color m_rolloverNodeTextColor
private String m_rotateCursorImageFilename
private Color m_selectedNodeColor
static boolean m_showAccessStatistics
private static double m_spazDivisor
private static double m_spazFactor
private static Map m_traitValues
private Color m_visitedNodeTextColor
private String m_zoomCursorImageFilename
| Constructor Detail |
public VisualizationPreferences()
public VisualizationPreferences(String preferencesFilename)
| Method Detail |
protected static void addBackgroundImage(MamImage mamImage)
public static void addLocationChangeListener(LocationChangeListener listener)
public static void fireLocationChange(LocationChangeEvent e)
public double getArcColorCoefficient()
public Color getAttributesDisplayTextColor()
public Font getAttributesFont()
public Color getBackgroundColor()
public static Map getBackgroundImages()
public Font getBaseNodeFont()
public Element getCursorTensionerPreferencesElement()
public static EventSound getEventSound(String soundName)
public Color getFixedNodeColor()
public static LocationChangeEvent getLastLocationChangeEvent()
public Color getMetadataColor()
public Font getMetadataFont()
protected static Map getModifiableBackgroundImages()
public String getMoveCursorImageFilename()
public String getMoveNodeCursorImageFilename()
public Color getNodeFillColor()
public Element getNodeTensionerPreferencesElement()
public String getNormalCursorImageFilename()
public Color getNormalNodeTextColor()
public Color getRolloverNodeFillColor()
public Color getRolloverNodeOutlineColor()
public Color getRolloverNodeTextColor()
public String getRotateCursorImageFilename()
public Color getSelectedNodeColor()
public static boolean getShowAccessStatistics()
public static boolean getShowCenterNode()
public static boolean getShowTensionLines()
public static double getSpazDivisor()
public static double getSpazFactor()
public Color getVisitedNodeTextColor()
public String getZoomCursorImageFilename()
protected void readConfigurationFile(String configurationFilename)
public static void removeLocationChangeListener(LocationChangeListener listener)
public void setAttributesFont(Font oAttributesFont)
public void setBaseNodeFont(Font oBaseNodeFont)
public void setMetadataFont(Font oMetadataFont)
public static void setShowAccessStatistics(boolean showAccessStatistics)
public static void setShowCenterNode(boolean bShowCenterNode)
public static void setShowTensionLines(boolean bShowTensionLines)
static void setSpazDivisor(double spazDivisor)
static void setSpazFactor(double spazFactor)
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||