GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.browser.renderer.Drawable Interface Reference
Inheritance diagram for grammarscope.browser.renderer.Drawable:
Inheritance graph
[legend]

Public Member Functions

Rectangle getRectangle (int barHeight)
 
void draw (Graphics g, Context c)
 
ISource getSource ()
 

Member Function Documentation

◆ draw()

void grammarscope.browser.renderer.Drawable.draw ( Graphics  g,
Context  c 
)

Draw bar

Parameters
ggraphics context
ccontext

Implemented in grammarscope.browser.renderer.Icon, grammarscope.browser.renderer.Bar, and grammarscope.browser.renderer.BoxedLabel.

◆ getRectangle()

Rectangle grammarscope.browser.renderer.Drawable.getRectangle ( int  barHeight)

Get bar rectangle

Parameters
barHeightbar height
Returns
bar rectangle

Implemented in grammarscope.browser.renderer.Icon, grammarscope.browser.renderer.Bar, and grammarscope.browser.renderer.BoxedLabel.

◆ getSource()

ISource grammarscope.browser.renderer.Drawable.getSource ( )

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