public class TextRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
color
color as integer 0x00RRGGBB or 0xAARRGGBB
|
GlyphEntry[] |
entries |
int |
flags |
DefineFont |
font |
int |
height |
int |
xOffset |
int |
yOffset |
| Constructor and Description |
|---|
TextRecord() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
void |
getReferenceList(List<Tag> refs) |
boolean |
hasColor() |
boolean |
hasFont() |
boolean |
hasHeight() |
boolean |
hasX() |
boolean |
hasY() |
void |
setColor(int color) |
void |
setFont(DefineFont font) |
void |
setHeight(int i) |
void |
setX(int xOffset) |
void |
setY(int yOffset) |
public int flags
public int color
public int xOffset
public int yOffset
public int height
public DefineFont font
public GlyphEntry[] entries
public boolean hasFont()
public boolean hasColor()
public boolean hasX()
public boolean hasY()
public boolean hasHeight()
public void setFont(DefineFont font)
public void setHeight(int i)
public void setColor(int color)
public void setX(int xOffset)
public void setY(int yOffset)
Copyright © 2018 The Apache Software Foundation. All rights reserved.