Skip navigation links
A C G 

A

app.graviton.api.v1 - package app.graviton.api.v1
Interfaces and types in this package allow you to access APIs that only appear when run inside the Graviton app browser.

C

createScene(Graviton) - Method in interface app.graviton.api.v1.GravitonRunInShell
Called after your main class is created.

G

getHeight() - Method in interface app.graviton.api.v1.Graviton
Returns the height of the drawable area in either pixels or rows, for GUI and terminal apps respectively.
getVersion() - Method in interface app.graviton.api.v1.Graviton
Returns the integer version of Graviton.
getWidth() - Method in interface app.graviton.api.v1.Graviton
Returns the width of the drawable area in either pixels or columns, for GUI and terminal apps respectively.
Graviton - Interface in app.graviton.api.v1
This interface provides ways you can call back into Graviton and control it from within your app.
GravitonRunInShell - Interface in app.graviton.api.v1
Implementing this interface on your main class (as configured in your manifest) lets you re-use the top level Graviton shell window, with a smooth transition.
GravitonTarget - Annotation Type in app.graviton.api.v1
This annotation defines which version of Graviton this app *targets*.
A C G 
Skip navigation links