Package com.explodingpixels.macwidgets
Class MacColorUtils
java.lang.Object
com.explodingpixels.macwidgets.MacColorUtils
Utility methods for dealing with Mac colors.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Color
Gets the color used to separate aUnifiedToolBar
from the window content when the window is active.static Color
Gets the color used to separate aUnifiedToolBar
from the window content when the window is inactive.
-
Field Details
-
EMPTY_COLOR
-
LEOPARD_BORDER_COLOR
-
-
Constructor Details
-
MacColorUtils
public MacColorUtils()
-
-
Method Details
-
getTexturedWindowToolbarBorderFocusedColor
Gets the color used to separate aUnifiedToolBar
from the window content when the window is active.- Returns:
- the border color when the window is active.
-
getTexturedWindowToolbarBorderUnfocusedColor
Gets the color used to separate aUnifiedToolBar
from the window content when the window is inactive.- Returns:
- the border color when the window is inactive.
-