public interface DataCell
Modifier and Type | Method and Description |
---|---|
EnumSet<Attribute> |
getAttributes()
Returns the set of attributes specified for this data cell instance.
|
Color |
getBackgroundColor()
Returns the background color for this data cell
|
char |
getChar()
Returns the character associated with this cell
|
Color |
getForegroundColor()
Returns the foreground color for this data cell
|
Position |
getPosition()
Return the position of this cell
|
boolean |
isFieldDelimiter()
Tests if this cell represents a field delimiter.
|
Position getPosition()
char getChar()
EnumSet<Attribute> getAttributes()
Color getForegroundColor()
Color getBackgroundColor()
boolean isFieldDelimiter()
Copyright © 2020 Micro Focus. All rights reserved.