Package hec.rss.plugins.opsupport.client
Class OsiTableProperty
java.lang.Object
hec.rss.plugins.opsupport.client.OsiTableProperty
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears all drawing propertiesclone()getName()intgetType()booleanisBold()booleanbooleanloadData(org.jdom.Element thisElement) booleansaveData(org.jdom.Element parentElement) voidset(OsiTableProperty properties) voidsetBgcolor(Color bgcolor) voidsetBold(boolean bold) voidsetFgcolor(Color fgcolor) voidsetFontName(String fontname) voidsetItalics(boolean italics) voidsetType(int type) voidsetUseBgColor(boolean useBgColor) voidsetUseBold(boolean useBold) voidsetUseFgColor(boolean useFgColor) voidsetUseFont(boolean useFont) voidsetUseItalic(boolean useItalic) booleanbooleanbooleanbooleanboolean
-
Constructor Details
-
OsiTableProperty
public OsiTableProperty()
-
-
Method Details
-
saveData
public boolean saveData(org.jdom.Element parentElement) -
loadData
public boolean loadData(org.jdom.Element thisElement) -
getFontName
-
setFontName
-
isItalics
public boolean isItalics() -
setItalics
public void setItalics(boolean italics) -
isBold
public boolean isBold() -
setBold
public void setBold(boolean bold) -
getBgcolor
-
setBgcolor
-
getFgcolor
-
setFgcolor
-
getType
public int getType() -
setType
public void setType(int type) -
clone
-
getName
-
paramData
-
set
-
setUseFgColor
public void setUseFgColor(boolean useFgColor) - Parameters:
selected-
-
usingFgColor
public boolean usingFgColor()- Returns:
-
setUseBgColor
public void setUseBgColor(boolean useBgColor) - Parameters:
selected-
-
usingBgColor
public boolean usingBgColor()- Returns:
-
setUseFont
public void setUseFont(boolean useFont) - Parameters:
selected-
-
usingFont
public boolean usingFont()- Returns:
-
usingBold
public boolean usingBold()- Returns:
-
setUseBold
public void setUseBold(boolean useBold) -
usingItalic
public boolean usingItalic()- Returns:
-
setUseItalic
public void setUseItalic(boolean useItalic) -
clear
public void clear()Clears all drawing properties
-