public class JavaAttribute extends Object
Modifier and Type | Field and Description |
---|---|
PrintWriter |
writerOut |
Constructor and Description |
---|
JavaAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
addTag(Tag t) |
void |
addVbAttr(PosColorAttribute vbAttr) |
boolean |
hasColorTag() |
void |
printAllTags(PrintWriter writer) |
void |
printInfoTags(PrintWriter writer) |
int |
startLn() |
void |
startLn(int x) |
ArrayList<Tag> |
tags() |
ArrayList<PosColorAttribute> |
vbAttrs() |
public PrintWriter writerOut
public int startLn()
public void startLn(int x)
public ArrayList<PosColorAttribute> vbAttrs()
public void addTag(Tag t)
public void addVbAttr(PosColorAttribute vbAttr)
public boolean hasColorTag()
public void printAllTags(PrintWriter writer)
public void printInfoTags(PrintWriter writer)