GrammarScope  4.0.0
Classes | Public Member Functions | Protected Member Functions | Package Functions | Private Attributes | Static Private Attributes | List of all members
grammarscope.editor.component.RotatedLabel Class Reference
Inheritance diagram for grammarscope.editor.component.RotatedLabel:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.editor.component.RotatedLabel:
Collaboration graph
[legend]

Classes

enum  Direction
 

Public Member Functions

 RotatedLabel ()
 
 RotatedLabel (final Icon image, final int horizontalAlignment)
 
 RotatedLabel (final Icon image)
 
 RotatedLabel (final String text, final Icon icon, final int horizontalAlignment)
 
 RotatedLabel (final String text, final int horizontalAlignment)
 
 RotatedLabel (final String text)
 
Direction getDirection ()
 
void setDirection (final Direction direction)
 
Dimension getPreferredSize ()
 
Dimension getSize ()
 
int getHeight ()
 
int getWidth ()
 

Protected Member Functions

void paintComponent (final Graphics g)
 

Package Functions

 [instance initializer]
 

Private Attributes

Direction direction
 
boolean needsRotate
 

Static Private Attributes

static final long serialVersionUID = -5589305224172247331L
 

Detailed Description

A label, that can be rotated by 90 degrees either left or right. Thus the reading direction is either horizontal (the default), up or down.

Author
Johannes Rössel

Constructor & Destructor Documentation

◆ RotatedLabel() [1/6]

grammarscope.editor.component.RotatedLabel.RotatedLabel ( )

Initialises a new instance of the RotatedLabel class using default values.

◆ RotatedLabel() [2/6]

grammarscope.editor.component.RotatedLabel.RotatedLabel ( final Icon  image,
final int  horizontalAlignment 
)

Initialises a new instance of the RotatedLabel class using the specified icon and horizontal alignment.

Parameters
imageThe icon to use for this label.
horizontalAlignmentThe horizontal alignment of the text.

◆ RotatedLabel() [3/6]

grammarscope.editor.component.RotatedLabel.RotatedLabel ( final Icon  image)

Initialises a new instance of the RotatedLabel class using the specified icon.

Parameters
imageThe icon to use for this label.

◆ RotatedLabel() [4/6]

grammarscope.editor.component.RotatedLabel.RotatedLabel ( final String  text,
final Icon  icon,
final int  horizontalAlignment 
)

Initialises a new instance of the RotatedLabel class using the specified text, icon and horizontal alignment.

Parameters
textThe text to display.
iconThe icon to use for this label.
horizontalAlignmentThe horizontal alignment of the text.

◆ RotatedLabel() [5/6]

grammarscope.editor.component.RotatedLabel.RotatedLabel ( final String  text,
final int  horizontalAlignment 
)

Initialises a new instance of the RotatedLabel class using the specified text and horizontal alignment.

Parameters
textThe text to display.
horizontalAlignmentThe horizontal alignment of the text.

◆ RotatedLabel() [6/6]

grammarscope.editor.component.RotatedLabel.RotatedLabel ( final String  text)

Initialises a new instance of the RotatedLabel class using the specified text.

Parameters
textThe text to display.

Member Function Documentation

◆ [instance initializer]()

grammarscope.editor.component.RotatedLabel.[instance initializer]
package

◆ getDirection()

Direction grammarscope.editor.component.RotatedLabel.getDirection ( )

Gets the text direction of this RotatedLabel.

Returns
The current text direction.

◆ getHeight()

int grammarscope.editor.component.RotatedLabel.getHeight ( )

◆ getPreferredSize()

Dimension grammarscope.editor.component.RotatedLabel.getPreferredSize ( )

◆ getSize()

Dimension grammarscope.editor.component.RotatedLabel.getSize ( )

◆ getWidth()

int grammarscope.editor.component.RotatedLabel.getWidth ( )

◆ paintComponent()

void grammarscope.editor.component.RotatedLabel.paintComponent ( final Graphics  g)
protected

◆ setDirection()

void grammarscope.editor.component.RotatedLabel.setDirection ( final Direction  direction)

Sets the text direction of this RotatedLabel.

Parameters
directionThe new direction.

Member Data Documentation

◆ direction

Direction grammarscope.editor.component.RotatedLabel.direction
private

The text direction.

◆ needsRotate

boolean grammarscope.editor.component.RotatedLabel.needsRotate
private

A flag indicating whether {link getSize()} and such methods need to return a rotated dimension.

◆ serialVersionUID

final long grammarscope.editor.component.RotatedLabel.serialVersionUID = -5589305224172247331L
staticprivate

Serialisation ID.


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