Package | Description |
---|---|
grammarscope.browser | |
grammarscope.browser.renderer | |
grammarscope.data |
Modifier and Type | Field and Description |
---|---|
ISource |
HotSpots.HotSpot.source |
Modifier and Type | Method and Description |
---|---|
ISource |
HotSpots.get(java.awt.Point p) |
Modifier and Type | Method and Description |
---|---|
void |
HotSpots.add(java.awt.Rectangle rectangle,
ISource source) |
Constructor and Description |
---|
HotSpot(java.awt.Rectangle rectangle,
ISource source) |
Modifier and Type | Field and Description |
---|---|
(package private) ISource |
BoxedLabel.source
Source object
|
private ISource |
Icon.source
Source object
|
(package private) ISource |
Bar.source
Source object
|
Modifier and Type | Method and Description |
---|---|
ISource |
BoxedLabel.getSource() |
ISource |
Icon.getSource() |
ISource |
Drawable.getSource()
Return source
|
ISource |
Bar.getSource() |
Modifier and Type | Method and Description |
---|---|
protected void |
BoxRenderer.makeDrawable(java.util.List<Segment> segments,
Segment headSegment,
java.lang.String tag,
java.awt.Paint color,
int slot,
int padTopOffset,
int lineHeight,
ISource source,
javax.swing.text.JTextComponent textComponent)
Make drawable
|
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) |
Constructor and Description |
---|
Bar(java.awt.Rectangle rectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int head,
ISource source)
Constructor
|
BoxedLabel(java.awt.Rectangle rectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int head,
ISource source)
Constructor
|
Icon(java.awt.Rectangle rectangle,
java.awt.Paint backgroundColor,
java.lang.String tag,
int slot,
boolean hasPreviousFlag,
boolean hasNextFlag,
int head,
ISource source)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
Decorator
Decorator that provides ISource functionality to HotSpot objects
|