|
static String | lineBreak (final String str, final int span, final int overflow) |
|
|
static final Map< String, String > | posMap = new HashMap<>() |
|
|
static BufferedImage | makeImage (final String... paths) |
|
static BufferedImage | overlayImage (final BufferedImage bufferedImage, final String... paths) |
|
Decorator that provides ISource functionality to HotSpot objects
- Author
- Bernard Bou
◆ Decorator() [1/6]
grammarscope.data.Decorator.Decorator |
( |
final GraphEdge |
edge | ) |
|
◆ Decorator() [2/6]
Constructor
- Parameters
-
relationDependent | relation dependent |
◆ Decorator() [3/6]
grammarscope.data.Decorator.Decorator |
( |
final Pos |
pos | ) |
|
◆ Decorator() [4/6]
grammarscope.data.Decorator.Decorator |
( |
final ANamedEntity |
namedEntity | ) |
|
◆ Decorator() [5/6]
grammarscope.data.Decorator.Decorator |
( |
final Sentiment |
sentiment | ) |
|
◆ Decorator() [6/6]
grammarscope.data.Decorator.Decorator |
( |
final Mention |
mention0 | ) |
|
◆ [static initializer]()
grammarscope.data.Decorator.[static initializer] |
|
staticpackage |
◆ getSourceDescription()
String grammarscope.data.Decorator.getSourceDescription |
( |
| ) |
|
◆ getSourceImage()
BufferedImage grammarscope.data.Decorator.getSourceImage |
( |
| ) |
|
◆ getSourceOverlayImage()
BufferedImage grammarscope.data.Decorator.getSourceOverlayImage |
( |
| ) |
|
◆ lineBreak()
static String grammarscope.data.Decorator.lineBreak |
( |
final String |
str, |
|
|
final int |
span, |
|
|
final int |
overflow |
|
) |
| |
|
static |
Force break after x characters with admissible overflow (o)
- Parameters
-
str | string |
span | line span (x) |
overflow | admissible line overflow (o) |
- Returns
- string with line breaks
◆ makeImage()
static BufferedImage grammarscope.data.Decorator.makeImage |
( |
final String... |
paths | ) |
|
|
staticprivate |
Make image
- Parameters
-
- Returns
- image
◆ overlayImage()
static BufferedImage grammarscope.data.Decorator.overlayImage |
( |
final BufferedImage |
bufferedImage, |
|
|
final String... |
paths |
|
) |
| |
|
staticprivate |
Make image
- Parameters
-
bufferedImage | buffered image |
paths | paths |
- Returns
- image
◆ image
final BufferedImage grammarscope.data.Decorator.image |
|
private |
◆ overlayImage
final BufferedImage grammarscope.data.Decorator.overlayImage |
|
private |
◆ posMap
final Map<String, String> grammarscope.data.Decorator.posMap = new HashMap<>() |
|
staticpackage |
◆ sourceDescription
final String grammarscope.data.Decorator.sourceDescription |
|
private |
The documentation for this class was generated from the following file: