|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.filter.TextHighlight
inetsoft.report.filter.ColumnHighlight
public class ColumnHighlight
Table HighLight class. This class defines some method of the highlight attribute for Table. It is a subclass of Highlight.
| Field Summary | |
|---|---|
protected int |
alignment
|
protected int |
border
|
| Fields inherited from class inetsoft.report.filter.TextHighlight |
|---|
background, conditions, foreground, name, tFont |
| Fields inherited from interface inetsoft.report.filter.Highlight |
|---|
TABLE, TEXT |
| Constructor Summary | |
|---|---|
ColumnHighlight()
Create a default highlight. |
|
ColumnHighlight(Highlight hl)
Create a highlight and copy highlight definition. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
int |
getAlignment()
Set the alignment. |
int |
getBorder()
Set the border. |
void |
parseXML(Element tag)
Parse xml tree into this binding object. |
void |
setAlignment(int a)
Set the alignment. |
void |
setBorder(int b)
Set the Border. |
void |
writeXML(PrintWriter writer)
Writer a group of Text Hightlight condition attributes to XML. |
| Methods inherited from class inetsoft.report.filter.TextHighlight |
|---|
equals, getAllVariables, getBackground, getConditionGroup, getFont, getForeground, getName, isConditionEmpty, isEmpty, removeAllConditions, replaceVariables, setBackground, setConditionGroup, setFont, setForeground, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int alignment
protected int border
| Constructor Detail |
|---|
public ColumnHighlight()
public ColumnHighlight(Highlight hl)
| Method Detail |
|---|
public void setBorder(int b)
b - int valuepublic void setAlignment(int a)
a - int valuepublic int getBorder()
public int getAlignment()
public void writeXML(PrintWriter writer)
writeXML in interface HighlightwriteXML in interface inetsoft.util.XMLSerializablewriteXML in class TextHighlight
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableparseXML in class TextHighlightExceptionpublic Object clone()
TextHighlight
clone in interface Highlightclone in class TextHighlight
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||