Java Doc for SubstanceComplexTheme.java in  » Swing-Library » substance-look-feel » org » jvnet » substance » theme » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Swing Library » substance look feel » org.jvnet.substance.theme 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jvnet.substance.theme.SubstanceTheme
      org.jvnet.substance.theme.SubstanceComplexTheme

SubstanceComplexTheme
public class SubstanceComplexTheme extends SubstanceTheme (Code)
Complex theme. A complex theme is defined by four separate themes:
  • Active theme - used for the active (selected, pressed, rolled over) controls.
  • Default theme - used for inactive enabled controls.
  • Disabled theme - used for disabled controls.
  • Active title pane theme - used for title panes of active windows.
This class is part of officially supported API.
author:
   Kirill Grouchnikov


Field Summary
protected  SubstanceThemeactiveTheme
     Theme for controls in active visual state.
protected  SubstanceThemeactiveTitlePaneTheme
     Theme for title panes of active windows.
protected  Set<DecorationAreaType>decoratedAreaSet
    
protected  Map<DecorationAreaType, SubstanceTheme>decorationThemeMap
    
protected  SubstanceThemedefaultTheme
     Theme for controls in default visual state.
protected  SubstanceThemedefaultTitlePaneTheme
     Theme for title panes of inactive windows.
protected  SubstanceThemedisabledTheme
     Theme for controls in disabled visual state.
protected  booleanisPaintingToolbarDropShadows
    
protected  SubstanceGradientPainternonActivePainter
     Painter for painting the non-active controls.
protected  doubleselectedTabFadeEnd
     The end of fade effect on the selected tabs in JTabbedPane s.
protected  doubleselectedTabFadeStart
     The start of fade effect on the selected tabs in JTabbedPane s.
protected  Map<ComponentState, Float>stateHighlightThemeAlphaMap
     Maps from component state to the alpha channel applied on highlight theme.
protected  Map<ComponentState, SubstanceTheme>stateHighlightThemeMap
     Maps from component state to the matching themes for highlight themes.
protected  Map<ComponentState, Float>stateThemeAlphaMap
     Maps from component state to the alpha channel applied on theme.
protected  Map<ComponentState, SubstanceTheme>stateThemeMap
     Maps from component state to the matching themes.
protected  Set<DecorationAreaType>toUseDecorationOnActiveControls
    
protected  booleanuseSameBackgroundColor
     If true, the light background color and the background color are the same.
protected  SubstanceThemewatermarkTheme
     Theme for watermarks.

Constructor Summary
public  SubstanceComplexTheme(String displayName, ThemeKind themeKind, SubstanceTheme activeTheme, SubstanceTheme defaultTheme, SubstanceTheme disabledTheme)
     Creates a new complex theme.
public  SubstanceComplexTheme(String displayName, ThemeKind themeKind, SubstanceTheme activeTheme, SubstanceTheme defaultTheme, SubstanceTheme disabledTheme, SubstanceTheme activeTitlePaneTheme)
     Creates a new complex theme.
public  SubstanceComplexTheme(String displayName, ThemeKind themeKind, SubstanceTheme activeTheme, SubstanceTheme defaultTheme, SubstanceTheme disabledTheme, SubstanceTheme activeTitlePaneTheme, SubstanceTheme watermarkTheme)
     Creates a new complex theme.

Method Summary
protected  voidcopyTo(SubstanceComplexTheme dst, ThemeTransform shiftTransform)
     Copies theme-agnostic settings of this theme to the specified theme.
public  SubstanceThemedeuteranopia()
    
public  SubstanceThemegetActiveTheme()
    
public  SubstanceThemegetActiveTitlePaneTheme()
    
public  SubstanceThemegetDecorationTheme(DecorationAreaType decorationType)
    
public  SubstanceThemegetDefaultTheme()
    
public  SubstanceThemegetDefaultTitlePaneTheme()
    
public  SubstanceThemegetDisabledTheme()
    
public  SubstanceThemegetFirstTheme()
    
public  SubstanceThemegetHighlightTheme(Component comp, ComponentState componentState)
    
public  floatgetHighlightThemeAlpha(Component comp, ComponentState componentState)
    
public  ColorgetLightBackgroundColor()
    
public  SubstanceGradientPaintergetNonActivePainter()
    
public  SubstanceThemegetSecondTheme()
    
public  doublegetSelectedTabFadeEnd()
    
public  doublegetSelectedTabFadeStart()
    
public  SubstanceThemegetTheme(Component comp, ComponentState componentState)
    
public  SubstanceThemegetTheme(Component comp, ComponentState componentState, boolean toIgnoreHighlights)
    
public  floatgetThemeAlpha(Component comp, ComponentState componentState)
    
public  SubstanceThemegetWatermarkTheme()
    
public  SubstanceThemehueShift(double hueShiftFactor)
    
public  SubstanceThemeinvert()
    
public  booleanisPaintingToolbarDropShadows()
    
public  SubstanceThemenegate()
    
public  SubstanceThemeprotanopia()
    
public  voidregisterComponentHighlightStateTheme(SubstanceTheme stateHighlightTheme, ComponentState... states)
     Registers a highlight theme for the specific component state if the component state is not null, or a global highlight theme otherwise.
Parameters:
  stateHighlightTheme - Highlight theme for the specified component state.
Parameters:
  states - Component states.
public  voidregisterComponentHighlightStateTheme(SubstanceTheme stateHighlightTheme, float alpha, ComponentState... states)
     Registers a highlight theme for the specific component state if the component state is not null, or a global highlight theme otherwise.
Parameters:
  stateHighlightTheme - Highlight theme for the specified component state.
Parameters:
  alpha - Alpha channel for the highlight theme.
Parameters:
  states - Component states.
public  voidregisterComponentStateTheme(SubstanceTheme stateTheme, float alpha, boolean useForHighlights, ComponentState... states)
     Registers a theme for the specific component state.
public  voidregisterComponentStateTheme(SubstanceTheme stateTheme, boolean useForHighlights, ComponentState... states)
     Registers a theme for the specific component state.
public  voidregisterDecorationAreaTheme(SubstanceTheme decorationTheme, boolean toUseOnActiveControls, DecorationAreaType... areaTypes)
     Registers the specified theme to be used on controls in decoration areas.
Parameters:
  decorationTheme - The theme to use on controls in decoration areas.
Parameters:
  toUseOnActiveControls - If false, the parameter theme will only beused on controls in default state.
public  SubstanceThemesaturate(double saturateFactor, boolean toSaturateEverything)
    
public  voidsetActiveTheme(SubstanceTheme activeTheme)
     Sets the theme for the active visual state.
public  voidsetActiveTitlePaneTheme(SubstanceTheme activeTitlePaneTheme)
     Sets the theme for the title panes of active windows.
public  voidsetDefaultTheme(SubstanceTheme defaultTheme)
     Sets the theme for the default visual state.
public  voidsetDefaultTitlePaneTheme(SubstanceTheme defaultTitlePaneTheme)
     Sets the theme for title panes of inactive windows.
public  voidsetDisabledTheme(SubstanceTheme disabledTheme)
     Sets the theme for the disabled visual state.
public  voidsetNonActivePainter(SubstanceGradientPainter nonActivePainter)
     Sets the painter for painting the non-active controls.
public  voidsetPaintingToolbarDropShadows()
     Marks the toolbars to have drop shadows on the top few pixels.
public  voidsetSelectedTabFadeEnd(double selectedTabFadeEnd)
     Sets the end of fade effect on the selected tabs in JTabbedPane s. The value should be in 0.0-1.0 range.
Parameters:
  selectedTabFadeEnd - The end of fade effect on the selected tabs inJTabbedPanes.
public  voidsetSelectedTabFadeStart(double selectedTabFadeStart)
     Sets the start of fade effect on the selected tabs in JTabbedPane s. The value should be in 0.0-1.0 range.
Parameters:
  selectedTabFadeStart - The start of fade effect on the selected tabs inJTabbedPanes.
public  voidsetUseSameBackgroundColor(boolean useSameBackgroundColor)
     Sets usage of background color for light background color.
public  voidsetWatermarkTheme(SubstanceTheme watermarkTheme)
     Sets the theme for the watermark.
public  SubstanceThemeshade(double shadeFactor)
    
public  SubstanceThemeshift(Color backgroundShiftColor, double backgroundShiftFactor, Color foregroundShiftColor, double foregroundShiftFactor)
    
public  SubstanceThemetint(double tintFactor)
    
public  booleantoUseDecorationPainter(DecorationAreaType decorationType)
    
public  booleantoUseDecorationThemeOnActiveControls(DecorationAreaType decorationType)
    
public  SubstanceThemetone(double toneFactor)
    
public  SubstanceThemetritanopia()
    

Field Detail
activeTheme
protected SubstanceTheme activeTheme(Code)
Theme for controls in active visual state.



activeTitlePaneTheme
protected SubstanceTheme activeTitlePaneTheme(Code)
Theme for title panes of active windows.



decoratedAreaSet
protected Set<DecorationAreaType> decoratedAreaSet(Code)



decorationThemeMap
protected Map<DecorationAreaType, SubstanceTheme> decorationThemeMap(Code)



defaultTheme
protected SubstanceTheme defaultTheme(Code)
Theme for controls in default visual state.



defaultTitlePaneTheme
protected SubstanceTheme defaultTitlePaneTheme(Code)
Theme for title panes of inactive windows.



disabledTheme
protected SubstanceTheme disabledTheme(Code)
Theme for controls in disabled visual state.



isPaintingToolbarDropShadows
protected boolean isPaintingToolbarDropShadows(Code)



nonActivePainter
protected SubstanceGradientPainter nonActivePainter(Code)
Painter for painting the non-active controls.



selectedTabFadeEnd
protected double selectedTabFadeEnd(Code)
The end of fade effect on the selected tabs in JTabbedPane s.
See Also:   SubstanceComplexTheme.selectedTabFadeStart



selectedTabFadeStart
protected double selectedTabFadeStart(Code)
The start of fade effect on the selected tabs in JTabbedPane s.
See Also:   SubstanceComplexTheme.selectedTabFadeEnd



stateHighlightThemeAlphaMap
protected Map<ComponentState, Float> stateHighlightThemeAlphaMap(Code)
Maps from component state to the alpha channel applied on highlight theme. This map doesn't have to contain entries for all ComponentState instances.



stateHighlightThemeMap
protected Map<ComponentState, SubstanceTheme> stateHighlightThemeMap(Code)
Maps from component state to the matching themes for highlight themes. This map doesn't have to contain entries for all ComponentState instances.



stateThemeAlphaMap
protected Map<ComponentState, Float> stateThemeAlphaMap(Code)
Maps from component state to the alpha channel applied on theme. This map doesn't have to contain entries for all ComponentState instances.



stateThemeMap
protected Map<ComponentState, SubstanceTheme> stateThemeMap(Code)
Maps from component state to the matching themes. This map doesn't have to contain entries for all ComponentState instances.



toUseDecorationOnActiveControls
protected Set<DecorationAreaType> toUseDecorationOnActiveControls(Code)



useSameBackgroundColor
protected boolean useSameBackgroundColor(Code)
If true, the light background color and the background color are the same.
since:
   version 4.0



watermarkTheme
protected SubstanceTheme watermarkTheme(Code)
Theme for watermarks.




Constructor Detail
SubstanceComplexTheme
public SubstanceComplexTheme(String displayName, ThemeKind themeKind, SubstanceTheme activeTheme, SubstanceTheme defaultTheme, SubstanceTheme disabledTheme)(Code)
Creates a new complex theme.
Parameters:
  displayName - Theme display name.
Parameters:
  themeKind - Theme kind.
Parameters:
  activeTheme - Active theme.
Parameters:
  defaultTheme - Default theme.
Parameters:
  disabledTheme - Disabled theme.



SubstanceComplexTheme
public SubstanceComplexTheme(String displayName, ThemeKind themeKind, SubstanceTheme activeTheme, SubstanceTheme defaultTheme, SubstanceTheme disabledTheme, SubstanceTheme activeTitlePaneTheme)(Code)
Creates a new complex theme.
Parameters:
  displayName - Theme display name.
Parameters:
  themeKind - Theme kind.
Parameters:
  activeTheme - Active theme.
Parameters:
  defaultTheme - Default theme.
Parameters:
  disabledTheme - Disabled theme.
Parameters:
  activeTitlePaneTheme - Active title pane theme.



SubstanceComplexTheme
public SubstanceComplexTheme(String displayName, ThemeKind themeKind, SubstanceTheme activeTheme, SubstanceTheme defaultTheme, SubstanceTheme disabledTheme, SubstanceTheme activeTitlePaneTheme, SubstanceTheme watermarkTheme)(Code)
Creates a new complex theme.
Parameters:
  displayName - Theme display name.
Parameters:
  themeKind - Theme kind.
Parameters:
  activeTheme - Active theme.
Parameters:
  defaultTheme - Default theme.
Parameters:
  disabledTheme - Disabled theme.
Parameters:
  activeTitlePaneTheme - Active title pane theme.
Parameters:
  watermarkTheme - Watermark theme.




Method Detail
copyTo
protected void copyTo(SubstanceComplexTheme dst, ThemeTransform shiftTransform)(Code)
Copies theme-agnostic settings of this theme to the specified theme.
Parameters:
  dst - Theme to copy to.
Parameters:
  shiftTransform - Transformation to apply to the copied settings.



deuteranopia
public SubstanceTheme deuteranopia()(Code)



getActiveTheme
public SubstanceTheme getActiveTheme()(Code)



getActiveTitlePaneTheme
public SubstanceTheme getActiveTitlePaneTheme()(Code)



getDecorationTheme
public SubstanceTheme getDecorationTheme(DecorationAreaType decorationType)(Code)



getDefaultTheme
public SubstanceTheme getDefaultTheme()(Code)



getDefaultTitlePaneTheme
public SubstanceTheme getDefaultTitlePaneTheme()(Code)



getDisabledTheme
public SubstanceTheme getDisabledTheme()(Code)



getFirstTheme
public SubstanceTheme getFirstTheme()(Code)



getHighlightTheme
public SubstanceTheme getHighlightTheme(Component comp, ComponentState componentState)(Code)



getHighlightThemeAlpha
public float getHighlightThemeAlpha(Component comp, ComponentState componentState)(Code)



getLightBackgroundColor
public Color getLightBackgroundColor()(Code)



getNonActivePainter
public SubstanceGradientPainter getNonActivePainter()(Code)



getSecondTheme
public SubstanceTheme getSecondTheme()(Code)



getSelectedTabFadeEnd
public double getSelectedTabFadeEnd()(Code)



getSelectedTabFadeStart
public double getSelectedTabFadeStart()(Code)



getTheme
public SubstanceTheme getTheme(Component comp, ComponentState componentState)(Code)



getTheme
public SubstanceTheme getTheme(Component comp, ComponentState componentState, boolean toIgnoreHighlights)(Code)



getThemeAlpha
public float getThemeAlpha(Component comp, ComponentState componentState)(Code)



getWatermarkTheme
public SubstanceTheme getWatermarkTheme()(Code)



hueShift
public SubstanceTheme hueShift(double hueShiftFactor)(Code)



invert
public SubstanceTheme invert()(Code)



isPaintingToolbarDropShadows
public boolean isPaintingToolbarDropShadows()(Code)



negate
public SubstanceTheme negate()(Code)



protanopia
public SubstanceTheme protanopia()(Code)



registerComponentHighlightStateTheme
public void registerComponentHighlightStateTheme(SubstanceTheme stateHighlightTheme, ComponentState... states)(Code)
Registers a highlight theme for the specific component state if the component state is not null, or a global highlight theme otherwise.
Parameters:
  stateHighlightTheme - Highlight theme for the specified component state.
Parameters:
  states - Component states. If null, the specified themewill be applied for all states left unspecified.



registerComponentHighlightStateTheme
public void registerComponentHighlightStateTheme(SubstanceTheme stateHighlightTheme, float alpha, ComponentState... states)(Code)
Registers a highlight theme for the specific component state if the component state is not null, or a global highlight theme otherwise.
Parameters:
  stateHighlightTheme - Highlight theme for the specified component state.
Parameters:
  alpha - Alpha channel for the highlight theme.
Parameters:
  states - Component states. If null, the specified themewill be applied for all states left unspecified.



registerComponentStateTheme
public void registerComponentStateTheme(SubstanceTheme stateTheme, float alpha, boolean useForHighlights, ComponentState... states)(Code)
Registers a theme for the specific component state.
Parameters:
  stateTheme - Theme for the specified component state.
Parameters:
  alpha - Alpha channel for the theme.
Parameters:
  useForHighlights - if true, the specified theme will be used ashighlight theme as well (for the same component state).
Parameters:
  states - Component states.



registerComponentStateTheme
public void registerComponentStateTheme(SubstanceTheme stateTheme, boolean useForHighlights, ComponentState... states)(Code)
Registers a theme for the specific component state.
Parameters:
  stateTheme - Theme for the specified component state.
Parameters:
  useForHighlights - if true, the specified theme will be used ashighlight theme as well (for the same component state).
Parameters:
  states - Component states.



registerDecorationAreaTheme
public void registerDecorationAreaTheme(SubstanceTheme decorationTheme, boolean toUseOnActiveControls, DecorationAreaType... areaTypes)(Code)
Registers the specified theme to be used on controls in decoration areas.
Parameters:
  decorationTheme - The theme to use on controls in decoration areas.
Parameters:
  toUseOnActiveControls - If false, the parameter theme will only beused on controls in default state. In this case, controls indisabled or active states will use the global theme.
Parameters:
  areaTypes - Enumerates the area types that are affected by the parametertheme.
since:
   version 4.3



saturate
public SubstanceTheme saturate(double saturateFactor, boolean toSaturateEverything)(Code)



setActiveTheme
public void setActiveTheme(SubstanceTheme activeTheme)(Code)
Sets the theme for the active visual state.
Parameters:
  activeTheme - The theme for the active visual state.
since:
   version 4.0



setActiveTitlePaneTheme
public void setActiveTitlePaneTheme(SubstanceTheme activeTitlePaneTheme)(Code)
Sets the theme for the title panes of active windows.
Parameters:
  activeTitlePaneTheme - The theme for the title panes of active windows.
since:
   version 4.0



setDefaultTheme
public void setDefaultTheme(SubstanceTheme defaultTheme)(Code)
Sets the theme for the default visual state.
Parameters:
  defaultTheme - The theme for the default visual state.
since:
   version 4.0



setDefaultTitlePaneTheme
public void setDefaultTitlePaneTheme(SubstanceTheme defaultTitlePaneTheme)(Code)
Sets the theme for title panes of inactive windows.
Parameters:
  defaultTitlePaneTheme - Theme for title panes of inactive windows.
since:
   version 3.3



setDisabledTheme
public void setDisabledTheme(SubstanceTheme disabledTheme)(Code)
Sets the theme for the disabled visual state.
Parameters:
  disabledTheme - The theme for the disabled visual state.
since:
   version 4.0



setNonActivePainter
public void setNonActivePainter(SubstanceGradientPainter nonActivePainter)(Code)
Sets the painter for painting the non-active controls.
Parameters:
  nonActivePainter - Painter for painting the non-active controls.



setPaintingToolbarDropShadows
public void setPaintingToolbarDropShadows()(Code)
Marks the toolbars to have drop shadows on the top few pixels.
since:
   version 4.3



setSelectedTabFadeEnd
public void setSelectedTabFadeEnd(double selectedTabFadeEnd)(Code)
Sets the end of fade effect on the selected tabs in JTabbedPane s. The value should be in 0.0-1.0 range.
Parameters:
  selectedTabFadeEnd - The end of fade effect on the selected tabs inJTabbedPanes. Should be in 0.0-1.0 range.



setSelectedTabFadeStart
public void setSelectedTabFadeStart(double selectedTabFadeStart)(Code)
Sets the start of fade effect on the selected tabs in JTabbedPane s. The value should be in 0.0-1.0 range.
Parameters:
  selectedTabFadeStart - The start of fade effect on the selected tabs inJTabbedPanes. Should be in 0.0-1.0 range.



setUseSameBackgroundColor
public void setUseSameBackgroundColor(boolean useSameBackgroundColor)(Code)
Sets usage of background color for light background color.
Parameters:
  useSameBackgroundColor - if true, the light background color and thebackground color are the same.



setWatermarkTheme
public void setWatermarkTheme(SubstanceTheme watermarkTheme)(Code)
Sets the theme for the watermark.
Parameters:
  watermarkTheme - The theme for the watermark.
since:
   version 4.0



shade
public SubstanceTheme shade(double shadeFactor)(Code)



shift
public SubstanceTheme shift(Color backgroundShiftColor, double backgroundShiftFactor, Color foregroundShiftColor, double foregroundShiftFactor)(Code)



tint
public SubstanceTheme tint(double tintFactor)(Code)



toUseDecorationPainter
public boolean toUseDecorationPainter(DecorationAreaType decorationType)(Code)



toUseDecorationThemeOnActiveControls
public boolean toUseDecorationThemeOnActiveControls(DecorationAreaType decorationType)(Code)



tone
public SubstanceTheme tone(double toneFactor)(Code)



tritanopia
public SubstanceTheme tritanopia()(Code)



Fields inherited from org.jvnet.substance.theme.SubstanceTheme
public static ColorScheme AQUA(Code)(Java Doc)
public static ColorScheme GREEN(Code)(Java Doc)
public static ColorScheme ORANGE(Code)(Java Doc)
public static ColorScheme YELLOW(Code)(Java Doc)

Methods inherited from org.jvnet.substance.theme.SubstanceTheme
public void addCustomEntriesToTable(UIDefaults table)(Code)(Java Doc)
public static SubstanceTheme addUserDefined(ColorScheme scheme, ThemeKind themeKind, String displayName)(Code)(Java Doc)
public static SubstanceTheme createInstance(ThemeInfo themeInfo)(Code)(Java Doc)
public SubstanceTheme deuteranopia()(Code)(Java Doc)
public SubstanceTheme getActiveTheme()(Code)(Java Doc)
public SubstanceTheme getActiveTitlePaneTheme()(Code)(Java Doc)
public Color getBackgroundColor()(Code)(Java Doc)
public SubstanceTheme getBorderTheme()(Code)(Java Doc)
public ColorScheme getColorScheme()(Code)(Java Doc)
public SubstanceTheme getDecorationTheme(DecorationAreaType decorationType)(Code)(Java Doc)
public static ColorScheme getDefaultColorScheme(ThemeKind themeKind)(Code)(Java Doc)
public ColorScheme getDefaultColorScheme()(Code)(Java Doc)
public SubstanceTheme getDefaultTheme()(Code)(Java Doc)
public SubstanceTheme getDefaultTitlePaneTheme()(Code)(Java Doc)
public Color getDisabledBackgroundColor()(Code)(Java Doc)
public static ColorScheme getDisabledColorScheme(ThemeKind themeKind)(Code)(Java Doc)
public ColorScheme getDisabledColorScheme()(Code)(Java Doc)
public Color getDisabledForegroundColor()(Code)(Java Doc)
public SubstanceTheme getDisabledTheme()(Code)(Java Doc)
public String getDisplayName()(Code)(Java Doc)
public SubstanceTheme getFirstTheme()(Code)(Java Doc)
public ColorUIResource getForegroundColor()(Code)(Java Doc)
public SubstanceTheme getHighlightTheme(Component comp, ComponentState componentState)(Code)(Java Doc)
public float getHighlightThemeAlpha(Component comp, ComponentState componentState)(Code)(Java Doc)
public ThemeKind getKind()(Code)(Java Doc)
public Color getLightBackgroundColor()(Code)(Java Doc)
public Color getLineColor()(Code)(Java Doc)
public Color getLineColorDefault()(Code)(Java Doc)
public SubstanceGradientPainter getNonActivePainter()(Code)(Java Doc)
public SubstanceTheme getSecondTheme()(Code)(Java Doc)
public double getSelectedTabFadeEnd()(Code)(Java Doc)
public double getSelectedTabFadeStart()(Code)(Java Doc)
public Color getSelectionBackgroundColor()(Code)(Java Doc)
public Color getSelectionCellForegroundColor()(Code)(Java Doc)
public Color getSelectionForegroundColor()(Code)(Java Doc)
public static SubstanceTheme getTheme(String displayName)(Code)(Java Doc)
public SubstanceTheme getTheme(Component comp, ComponentState componentState)(Code)(Java Doc)
public SubstanceTheme getTheme(Component comp, ComponentState componentState, boolean toIgnoreHighlights)(Code)(Java Doc)
public float getThemeAlpha(Component comp, ComponentState componentState)(Code)(Java Doc)
public String getThemeName()(Code)(Java Doc)
public Color getWatermarkStampColor()(Code)(Java Doc)
public SubstanceTheme getWatermarkTheme()(Code)(Java Doc)
public SubstanceTheme hueShift(double hueShiftFactor)(Code)(Java Doc)
public SubstanceTheme invert()(Code)(Java Doc)
public boolean isDark()(Code)(Java Doc)
public boolean isPaintingToolbarDropShadows()(Code)(Java Doc)
public SubstanceTheme negate()(Code)(Java Doc)
public SubstanceTheme protanopia()(Code)(Java Doc)
public SubstanceTheme saturate(double saturateFactor)(Code)(Java Doc)
public SubstanceTheme saturate(double saturateFactor, boolean toSaturateEverything)(Code)(Java Doc)
public SubstanceTheme shade(double shadeFactor)(Code)(Java Doc)
public SubstanceTheme shift(Color backgroundShiftColor, double backgroundShiftFactor, Color foregroundShiftColor, double foregroundShiftFactor)(Code)(Java Doc)
public SubstanceTheme tint(double tintFactor)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public boolean toUseDecorationPainter(DecorationAreaType decorationType)(Code)(Java Doc)
public boolean toUseDecorationThemeOnActiveControls(DecorationAreaType decorationType)(Code)(Java Doc)
public SubstanceTheme tone(double toneFactor)(Code)(Java Doc)
public SubstanceTheme tritanopia()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.