@InterfaceAudience.Private public class Cell extends Object
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
void |
endOfLine() |
boolean |
equals(Object o) |
Attributes |
getAttributes() |
Color |
getBackgroundColor() |
char |
getChar() |
Color |
getForegroundColor() |
int |
hashCode() |
boolean |
isBlink() |
boolean |
isBold() |
boolean |
isEndOfLine() |
boolean |
isReverse() |
boolean |
isUnderline() |
void |
reset() |
void |
set(Cell cell) |
void |
setAttributes(Attributes attributes) |
void |
setChar(char ch) |
void |
unset() |
public char getChar()
public void setChar(char ch)
public void reset()
public void unset()
public void endOfLine()
public boolean isEndOfLine()
public void set(Cell cell)
public Attributes getAttributes()
public void setAttributes(Attributes attributes)
public boolean isBold()
public boolean isBlink()
public boolean isReverse()
public boolean isUnderline()
public Color getForegroundColor()
public Color getBackgroundColor()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.