GrammarScope  4.0.0
Public Member Functions | Static Public Member Functions | Static Package Functions | Static Package Attributes | Static Private Member Functions | Private Attributes | List of all members
grammarscope.data.Decorator Class Reference
Inheritance diagram for grammarscope.data.Decorator:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.data.Decorator:
Collaboration graph
[legend]

Public Member Functions

 Decorator (final GraphEdge edge)
 
 Decorator (final RelationDependent relationDependent)
 
 Decorator (final Pos pos)
 
 Decorator (final ANamedEntity namedEntity)
 
 Decorator (final Sentiment sentiment)
 
 Decorator (final Mention mention0)
 
String getSourceDescription ()
 
BufferedImage getSourceImage ()
 
BufferedImage getSourceOverlayImage ()
 

Static Public Member Functions

static String lineBreak (final String str, final int span, final int overflow)
 

Static Package Functions

 [static initializer]
 

Static Package Attributes

static final Map< String, String > posMap = new HashMap<>()
 

Static Private Member Functions

static BufferedImage makeImage (final String... paths)
 
static BufferedImage overlayImage (final BufferedImage bufferedImage, final String... paths)
 

Private Attributes

final String sourceDescription
 
final BufferedImage image
 
final BufferedImage overlayImage
 

Detailed Description

Decorator that provides ISource functionality to HotSpot objects

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Decorator() [1/6]

grammarscope.data.Decorator.Decorator ( final GraphEdge  edge)

Constructor

Parameters
edgegraph edge

◆ Decorator() [2/6]

grammarscope.data.Decorator.Decorator ( final RelationDependent  relationDependent)

Constructor

Parameters
relationDependentrelation dependent

◆ Decorator() [3/6]

grammarscope.data.Decorator.Decorator ( final Pos  pos)

Constructor

Parameters
pospart-of-speech

◆ Decorator() [4/6]

grammarscope.data.Decorator.Decorator ( final ANamedEntity  namedEntity)

Constructor

Parameters
namedEntitynamed entity

◆ Decorator() [5/6]

grammarscope.data.Decorator.Decorator ( final Sentiment  sentiment)

Constructor

Parameters
sentimentsentiment

◆ Decorator() [6/6]

grammarscope.data.Decorator.Decorator ( final Mention  mention0)

Constructor

Parameters
mention0mention

Member Function Documentation

◆ [static initializer]()

grammarscope.data.Decorator.[static initializer]
staticpackage

◆ getSourceDescription()

String grammarscope.data.Decorator.getSourceDescription ( )

Source description (used in tooltips)

Returns
description

Implements grammarscope.data.ISource.

◆ getSourceImage()

BufferedImage grammarscope.data.Decorator.getSourceImage ( )

Source image

Returns
image

Implements grammarscope.data.ISource.

◆ getSourceOverlayImage()

BufferedImage grammarscope.data.Decorator.getSourceOverlayImage ( )

Source overlay image

Returns
overlay image

Implements grammarscope.data.ISource.

◆ 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
strstring
spanline span (x)
overflowadmissible line overflow (o)
Returns
string with line breaks

◆ makeImage()

static BufferedImage grammarscope.data.Decorator.makeImage ( final String...  paths)
staticprivate

Make image

Parameters
pathspaths
Returns
image

◆ overlayImage()

static BufferedImage grammarscope.data.Decorator.overlayImage ( final BufferedImage  bufferedImage,
final String...  paths 
)
staticprivate

Make image

Parameters
bufferedImagebuffered image
pathspaths
Returns
image

Member Data Documentation

◆ image

final BufferedImage grammarscope.data.Decorator.image
private

Source image

◆ overlayImage

final BufferedImage grammarscope.data.Decorator.overlayImage
private

Source image

◆ posMap

final Map<String, String> grammarscope.data.Decorator.posMap = new HashMap<>()
staticpackage

Extra information

◆ sourceDescription

final String grammarscope.data.Decorator.sourceDescription
private

Source description


The documentation for this class was generated from the following file: