Package | Description |
---|---|
grammarscope.browser.renderer |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Bar
Bar between lines
|
(package private) class |
BoxedLabel
Bar between lines
|
(package private) class |
Icon
Bar between lines
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Integer,java.util.List<Drawable>> |
BoxRenderer.drawables
Boxes (indexed by line)
|
Modifier and Type | Method and Description |
---|---|
protected abstract Drawable |
BoxRenderer.makeDrawable(java.awt.Rectangle boxRectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int headOffset,
ISource source)
Make drawable
|
protected Drawable |
RelationsRenderer.makeDrawable(java.awt.Rectangle barRectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int headOffset,
ISource source) |
protected Drawable |
SentimentRenderer.makeDrawable(java.awt.Rectangle barRectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int headOffset,
ISource source) |
protected Drawable |
CoreferencesRenderer.makeDrawable(java.awt.Rectangle barRectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int headOffset,
ISource source) |
protected Drawable |
NamedEntitiesRenderer.makeDrawable(java.awt.Rectangle barRectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int headOffset,
ISource source) |
protected Drawable |
PosesRenderer.makeDrawable(java.awt.Rectangle barRectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int headOffset,
ISource source) |
Modifier and Type | Method and Description |
---|---|
private void |
BoxRenderer.addDrawable(Drawable drawable,
int lineId)
Add drawable to drawables
|