use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraSpinnerSkin method setColor.
public final void setColor(int color) {
Theme theme = currentTheme();
setColor(theme.getColor(color));
}
use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraSplitPaneSkin method setSplitterHandleSecondaryColor.
public final void setSplitterHandleSecondaryColor(int splitterHandleSecondaryColor) {
Theme theme = currentTheme();
setSplitterHandleSecondaryColor(theme.getColor(splitterHandleSecondaryColor));
}
use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraTabPaneSkin method setBorderColor.
public final void setBorderColor(int borderColor) {
Theme theme = currentTheme();
setBorderColor(theme.getColor(borderColor));
}
use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraTabPaneSkin method setButtonColor.
public final void setButtonColor(int buttonColor) {
Theme theme = currentTheme();
setButtonColor(theme.getColor(buttonColor));
}
use of org.apache.pivot.wtk.Theme in project pivot by apache.
the class TerraTablePaneSkin method setHorizontalGridColor.
public final void setHorizontalGridColor(int horizontalGridColor) {
Theme theme = currentTheme();
setHorizontalGridColor(theme.getColor(horizontalGridColor));
}
Aggregations