public class UpdateOptimizationInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DecorationAreaType |
decorationAreaType |
boolean |
isInDecorationArea |
boolean |
toDrawWatermark |
Constructor and Description |
---|
UpdateOptimizationInfo(javax.swing.JComponent component) |
Modifier and Type | Method and Description |
---|---|
SubstanceColorScheme |
getBorderColorScheme(ComponentState state) |
SubstanceColorScheme |
getDefaultScheme() |
SubstanceColorScheme |
getFillColorScheme(ComponentState state) |
float |
getHighlightAlpha(ComponentState state) |
SubstanceColorScheme |
getHighlightBorderColorScheme(ComponentState state) |
SubstanceColorScheme |
getHighlightColorScheme(ComponentState state) |
public boolean toDrawWatermark
public DecorationAreaType decorationAreaType
public boolean isInDecorationArea
public UpdateOptimizationInfo(javax.swing.JComponent component)
public SubstanceColorScheme getHighlightColorScheme(ComponentState state)
public SubstanceColorScheme getBorderColorScheme(ComponentState state)
public SubstanceColorScheme getFillColorScheme(ComponentState state)
public SubstanceColorScheme getHighlightBorderColorScheme(ComponentState state)
public float getHighlightAlpha(ComponentState state)
public SubstanceColorScheme getDefaultScheme()