protected static class ToolBarSeparatorImage.SeparatorData
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
ToolBarSeparatorImage.SeparatorData() |
Modifier and Type | Method and Description |
---|---|
int |
getFontSize() |
int |
getHeaderBackgroundColor() |
int |
getHeaderGradientColor() |
int |
getHeaderTextColor() |
int |
getSeparatorHeight() |
void |
setFontSize(int fontSize) |
void |
setHeaderBackgroundColor(int bgColor) |
void |
setHeaderGradientColor(int headerGradientColor) |
void |
setHeaderTextColor(int textColor) |
void |
setSeparatorHeight(int separatorHeight) |
protected ToolBarSeparatorImage.SeparatorData()
public int getHeaderBackgroundColor()
public void setHeaderBackgroundColor(int bgColor)
public int getHeaderTextColor()
public void setHeaderTextColor(int textColor)
public int getFontSize()
public void setFontSize(int fontSize)
public int getSeparatorHeight()
public void setSeparatorHeight(int separatorHeight)
public int getHeaderGradientColor()
public void setHeaderGradientColor(int headerGradientColor)
Copyright © 2014. All Rights Reserved.