public interface MazeBundle
extends com.google.gwt.resources.client.ClientBundle
| Modifier and Type | Field and Description |
|---|---|
static MazeBundle |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.vectomatic.dom.svg.ui.SVGResource |
back() |
org.vectomatic.dom.svg.ui.SVGResource |
compute() |
org.vectomatic.dom.svg.ui.SVGResource |
down() |
MazeCss |
getCss() |
org.vectomatic.dom.svg.ui.SVGResource |
help() |
org.vectomatic.dom.svg.ui.SVGResource |
left() |
com.google.gwt.resources.client.TextResource |
levels() |
MazeLayoutCss |
mazeLayout() |
MazeLayoutCss |
mazeLayoutLandscape() |
MazeLayoutCss |
mazeLayoutPortrait() |
org.vectomatic.dom.svg.ui.SVGResource |
right() |
org.vectomatic.dom.svg.ui.SVGResource |
up() |
static final MazeBundle INSTANCE
@ClientBundle.Source(value="maze.css") MazeCss getCss()
@ClientBundle.Source(value="mazeLayout.css") MazeLayoutCss mazeLayout()
@ClientBundle.Source(value="mazeLayoutLandscape.css") MazeLayoutCss mazeLayoutLandscape()
@ClientBundle.Source(value="mazeLayoutPortrait.css") MazeLayoutCss mazeLayoutPortrait()
@ClientBundle.Source(value="levels.txt") com.google.gwt.resources.client.TextResource levels()
@ClientBundle.Source(value="direction_a_suivre_4_yve_01.svg") org.vectomatic.dom.svg.ui.SVGResource up()
@ClientBundle.Source(value="direction_a_suivre_1_yve_01.svg") org.vectomatic.dom.svg.ui.SVGResource down()
@ClientBundle.Source(value="direction_a_suivre_2_yve_01.svg") org.vectomatic.dom.svg.ui.SVGResource left()
@ClientBundle.Source(value="direction_a_suivre_3_yve_01.svg") org.vectomatic.dom.svg.ui.SVGResource right()
@ClientBundle.Source(value="eraser.svg") org.vectomatic.dom.svg.ui.SVGResource back()
@ClientBundle.Source(value="salvagente_architetto_fr_01.svg") org.vectomatic.dom.svg.ui.SVGResource help()
@ClientBundle.Source(value="computer.svg") org.vectomatic.dom.svg.ui.SVGResource compute()
Copyright © 2018. All Rights Reserved.