Package org.evoludo.simulator
Interface Resources
- All Superinterfaces:
ClientBundle
The interface to provide access to GWT specific resource files.
- Author:
- Christoph Hauert
-
Nested Class Summary
Nested classes/interfaces inherited from interface ClientBundle
ClientBundle.Source
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the JavaScript file for exporting canvas elements to SVG.circles()
Get decorations for GWT GUI elements.corner()
Get decorations for GWT GUI elements.css()
Get the GSS style file for the GWT EvoLudo GUI.Get the rotate cursor.hBorder()
Get the horizontal border for GWT GUI elements.Get the EvoLudo logo.Get the GWT sprite forVerticalSplitPanel
GUI elements.Get the GWT sprite forHorizontalSplitPanel
GUI elements.Get the JavaScript file for patching the macOS patch for Apple Books (iBooks) on devices without touch.vBorder()
Get the vertical border for GWT GUI elements.zip()
Get the JavaScript file for accepting compressed files for restoring states through drag'n'drop.
-
Field Details
-
INSTANCE
'Instantiate' the interface.
-
-
Method Details
-
css
Get the GSS style file for the GWT EvoLudo GUI.- Returns:
- the CSS resource
-
canvas2SVG
Get the JavaScript file for exporting canvas elements to SVG.- Returns:
- the JavaScript file
-
touchEventsGWTHandler
Get the JavaScript file for patching the macOS patch for Apple Books (iBooks) on devices without touch.- Returns:
- the JavaScript file
-
zip
Get the JavaScript file for accepting compressed files for restoring states through drag'n'drop.- Returns:
- the JavaScript file
-
logoSmall
Get the EvoLudo logo.- Returns:
- the image resource
-
cursorRotate
Get the rotate cursor.- Returns:
- the image resource
-
hBorder
Get the horizontal border for GWT GUI elements.- Returns:
- the image resource
-
vBorder
Get the vertical border for GWT GUI elements.- Returns:
- the image resource
-
circles
Get decorations for GWT GUI elements.- Returns:
- the image resource
-
corner
Get decorations for GWT GUI elements.- Returns:
- the image resource
-
thumbHorizontal
Get the GWT sprite forVerticalSplitPanel
GUI elements.- Returns:
- the image resource
-
thumbVertical
@Source("resources/thumb_vertical.png") @ImageOptions(repeatStyle=None) ImageResource thumbVertical()Get the GWT sprite forHorizontalSplitPanel
GUI elements.- Returns:
- the image resource
-