Package | Description |
---|---|
grammarscope.editor.component |
Modifier and Type | Field and Description |
---|---|
private BalloonTip.Alignment |
BalloonTip.alignment
Balloon's alignment
|
Modifier and Type | Method and Description |
---|---|
static BalloonTip.Alignment |
BalloonTip.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BalloonTip.Alignment[] |
BalloonTip.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BalloonTip(javax.swing.JTextPane textComponent,
java.awt.Component attachedComponent,
BalloonTip.Alignment alignment,
int horizontalOffset,
int verticalOffset,
java.lang.String label,
boolean useCloseButton)
Constructor
|