|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.GUIConfiguration
GUIConfiguration
| Method Summary | |
static java.awt.Color |
getDefaultBorderColor()
Returns the color that should be used for default borders |
static java.awt.Color |
getDefaultForegroundColor()
Returns the color that should be used for default Foregrounds |
static java.awt.Color |
getDefaultItemBackground()
Returns the color that should be used for default Foregrounds |
static javax.swing.border.Border |
getDefaultItemBorder()
Returns the color that should be used for default Foregrounds |
static java.awt.Insets |
getDefaultItemInsets()
Returns the insets to use for items when the mouse is not hovering them |
static java.awt.Color |
getFocusBorderColor()
Returns the color that should be used for focus Foregrounds |
static java.awt.Color |
getFocusForegroundColor()
Returns the color that should be used for focus Foregrounds |
static java.awt.Color |
getGradientEndColor()
Returns the color that should be used for pressed Foregrounds |
static float |
getGradientEndPosition()
Returns the gradient position |
static java.awt.Color |
getGradientStartColor()
Returns the color that should be used for default Foregrounds |
static float |
getGradientStartPosition()
Returns the gradient position |
static javax.swing.border.Border |
getHoveredItemBorder()
Returns the color that should be used for hovered Foregrounds |
static java.awt.Insets |
getHoveredItemInsets()
Returns the insets to use for items when the mouse is hovering them |
static java.awt.Color |
getPressedItemBackground()
Returns the color that should be used for pressed Foregrounds |
static void |
setDefaultBorderColor(java.awt.Color color)
Sets the color that should be used for default borders |
static void |
setDefaultBorderColor(java.lang.String uiKey)
Sets the color that should be used for default borders |
static void |
setDefaultForegroundColor(java.awt.Color color)
Sets the color that should be used for default Foregrounds |
static void |
setDefaultForegroundColor(java.lang.String uiKey)
Sets the color that should be used for default Foregrounds |
static void |
setDefaultItemBackground(java.awt.Color color)
Sets the color that should be used for default Foregrounds |
static void |
setDefaultItemBackground(java.lang.String uiKey)
Sets the color that should be used for default Foregrounds |
static void |
setDefaultItemBorder(javax.swing.border.Border color)
Sets the color that should be used for default Foregrounds |
static void |
setDefaultItemBorder(java.lang.String uiKey)
Sets the color that should be used for default Foregrounds |
static void |
setDefaultItemInsets(java.awt.Insets ins)
Sets the insets to use for items when the mouse is not hovering them |
static void |
setFocusBorderColor(java.awt.Color color)
Sets the color that should be used for focus borders |
static void |
setFocusBorderColor(java.lang.String uiKey)
Sets the color that should be used for focus borders |
static void |
setFocusForegroundColor(java.awt.Color color)
Sets the color that should be used for focus Foregrounds |
static void |
setFocusForegroundColor(java.lang.String uiKey)
Sets the color that should be used for focus Foregrounds |
static void |
setGradientEndColor(java.awt.Color color)
Sets the color that should be used for pressed Foregrounds |
static void |
setGradientEndColor(java.lang.String uiKey)
Sets the color that should be used for pressed Foregrounds |
static void |
setGradientEndPosition(float gradientPosition)
Sets the gradient position |
static void |
setGradientStartColor(java.awt.Color color)
Sets the color that should be used for default Foregrounds |
static void |
setGradientStartColor(java.lang.String uiKey)
Sets the color that should be used for default Foregrounds |
static void |
setGradientStartPosition(float gradientPosition)
Sets the gradient position |
static void |
setHoveredItemBorder(javax.swing.border.Border color)
Sets the color that should be used for hovered Foregrounds |
static void |
setHoveredItemBorder(java.lang.String uiKey)
Sets the color that should be used for hovered Foregrounds |
static void |
setHoveredItemInsets(java.awt.Insets ins)
Sets the insets to use for items when the mouse is hovering them |
static void |
setPressedItemBackground(java.awt.Color color)
Sets the color that should be used for pressed Foregrounds |
static void |
setPressedItemBackground(java.lang.String uiKey)
Sets the color that should be used for pressed Foregrounds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void setFocusBorderColor(java.awt.Color color)
color - the color that should be used for focus borderspublic static void setDefaultBorderColor(java.awt.Color color)
color - the color that should be used for default borderspublic static void setFocusBorderColor(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for focus borderspublic static void setDefaultBorderColor(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for default borderspublic static java.awt.Color getDefaultBorderColor()
public static java.awt.Color getFocusBorderColor()
public static void setFocusForegroundColor(java.awt.Color color)
color - the color that should be used for focus Foregroundspublic static void setDefaultForegroundColor(java.awt.Color color)
color - the color that should be used for default Foregroundspublic static void setFocusForegroundColor(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for focus Foregroundspublic static void setDefaultForegroundColor(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for default Foregroundspublic static java.awt.Color getDefaultForegroundColor()
public static java.awt.Color getFocusForegroundColor()
public static void setHoveredItemBorder(javax.swing.border.Border color)
color - the color that should be used for hovered Foregroundspublic static void setDefaultItemBorder(javax.swing.border.Border color)
color - the color that should be used for default Foregroundspublic static void setHoveredItemBorder(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for hovered Foregroundspublic static void setDefaultItemBorder(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for default Foregroundspublic static javax.swing.border.Border getDefaultItemBorder()
public static javax.swing.border.Border getHoveredItemBorder()
public static void setPressedItemBackground(java.awt.Color color)
color - the color that should be used for pressed Foregroundspublic static void setDefaultItemBackground(java.awt.Color color)
color - the color that should be used for default Foregroundspublic static void setPressedItemBackground(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for pressed Foregroundspublic static void setDefaultItemBackground(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for default Foregroundspublic static java.awt.Color getDefaultItemBackground()
public static java.awt.Color getPressedItemBackground()
public static void setGradientEndColor(java.awt.Color color)
color - the color that should be used for pressed Foregroundspublic static void setGradientStartColor(java.awt.Color color)
color - the color that should be used for default Foregroundspublic static void setGradientEndColor(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for pressed Foregroundspublic static void setGradientStartColor(java.lang.String uiKey)
uiKey - The ui key of the color that should be used for default Foregroundspublic static java.awt.Color getGradientStartColor()
public static java.awt.Color getGradientEndColor()
public static float getGradientStartPosition()
public static void setGradientStartPosition(float gradientPosition)
gradientPosition - the gradient positionpublic static float getGradientEndPosition()
public static void setGradientEndPosition(float gradientPosition)
gradientPosition - the gradient positionpublic static void setDefaultItemInsets(java.awt.Insets ins)
ins - The insets to usepublic static void setHoveredItemInsets(java.awt.Insets ins)
ins - The insets to usepublic static java.awt.Insets getDefaultItemInsets()
public static java.awt.Insets getHoveredItemInsets()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||