GrammarScope  4.0.0
Public Member Functions | Protected Member Functions | Static Private Attributes | List of all members
grammarscope.browser.components.TextPane Class Reference
Inheritance diagram for grammarscope.browser.components.TextPane:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.browser.components.TextPane:
Collaboration graph
[legend]

Public Member Functions

 TextPane ()
 

Protected Member Functions

void spaceLines (final float lineSpacing)
 
void setCharacterStyle (final int from, final int to, final SimpleAttributeSet style, final boolean replace)
 
void setParagraphStyle (@SuppressWarnings("SameParameterValue") final int from, final int to, final SimpleAttributeSet style, @SuppressWarnings("SameParameterValue") final boolean replace)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Text pane

Author
Bernard Bou

Constructor & Destructor Documentation

◆ TextPane()

grammarscope.browser.components.TextPane.TextPane ( )

Constructor

Member Function Documentation

◆ setCharacterStyle()

void grammarscope.browser.components.TextPane.setCharacterStyle ( final int  from,
final int  to,
final SimpleAttributeSet  style,
final boolean  replace 
)
protected

Set style to text substring

Parameters
fromfrom-index
toto-index
styletarget style
replacewhether to replace current styles

◆ setParagraphStyle()

void grammarscope.browser.components.TextPane.setParagraphStyle ( @SuppressWarnings("SameParameterValue") final int  from,
final int  to,
final SimpleAttributeSet  style,
@SuppressWarnings("SameParameterValue") final boolean  replace 
)
protected

Set style to text substring

Parameters
fromfrom-index
toto-index
styletarget style
replacewhether to replace current styles

◆ spaceLines()

void grammarscope.browser.components.TextPane.spaceLines ( final float  lineSpacing)
protected

Space lines

Parameters
lineSpacingline spacing value (number of line heights)

Member Data Documentation

◆ serialVersionUID

final long grammarscope.browser.components.TextPane.serialVersionUID = 1L
staticprivate

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