◆ BoxedLabel()
grammarscope.browser.renderer.BoxedLabel.BoxedLabel |
( |
final Rectangle |
rectangle, |
|
|
final Paint |
backgroundColor, |
|
|
final String |
tag, |
|
|
final int |
slot, |
|
|
final boolean |
hasPreviousFlag, |
|
|
final boolean |
hasNextFlag, |
|
|
final int |
head, |
|
|
final ISource |
source |
|
) |
| |
Constructor
- Parameters
-
rectangle | bar height |
backgroundColor | bar background color |
tag | bar tag |
slot | bar's allocated slot |
hasPreviousFlag | Whether this bar continues previous line |
hasNextFlag | Whether this bar is continued on next line |
head | Head x offset (from left) if any |
source | source object |
◆ draw()
void grammarscope.browser.renderer.BoxedLabel.draw |
( |
final Graphics |
g, |
|
|
final Context |
c |
|
) |
| |
◆ getRectangle()
Rectangle grammarscope.browser.renderer.BoxedLabel.getRectangle |
( |
final int |
barHeight | ) |
|
◆ getSource()
ISource grammarscope.browser.renderer.BoxedLabel.getSource |
( |
| ) |
|
◆ toString()
String grammarscope.browser.renderer.BoxedLabel.toString |
( |
| ) |
|
◆ ARROW_DX
final int grammarscope.browser.renderer.BoxedLabel.ARROW_DX = 5 |
|
staticpackage |
◆ ARROW_DY
final int grammarscope.browser.renderer.BoxedLabel.ARROW_DY = 5 |
|
staticpackage |
◆ backgroundColor
final Paint grammarscope.browser.renderer.BoxedLabel.backgroundColor |
◆ hasNextBar
final boolean grammarscope.browser.renderer.BoxedLabel.hasNextBar |
Whether this bar is continued on next line
◆ hasPreviousBar
final boolean grammarscope.browser.renderer.BoxedLabel.hasPreviousBar |
Whether this bar continues on previous line
◆ head
final int grammarscope.browser.renderer.BoxedLabel.head |
Head x1 offset (from x1) if any (negative if no head is contained)
◆ HEAD_DX
final int grammarscope.browser.renderer.BoxedLabel.HEAD_DX = 2 |
|
staticpackage |
◆ HEAD_DY
final int grammarscope.browser.renderer.BoxedLabel.HEAD_DY = 3 |
|
staticpackage |
◆ height
final int grammarscope.browser.renderer.BoxedLabel.height |
Bar height (if -1, take the common bar height)
◆ left
final int grammarscope.browser.renderer.BoxedLabel.left |
◆ slot
final int grammarscope.browser.renderer.BoxedLabel.slot |
◆ source
final ISource grammarscope.browser.renderer.BoxedLabel.source |
|
package |
◆ tag
final String grammarscope.browser.renderer.BoxedLabel.tag |
◆ top
final int grammarscope.browser.renderer.BoxedLabel.top |
◆ width
final int grammarscope.browser.renderer.BoxedLabel.width |
The documentation for this class was generated from the following file:
- grammarscope/browser/src/main/java/grammarscope/browser/renderer/BoxedLabel.java