public class Bookmark
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.badlogic.gdx.graphics.Texture |
favicon
the favicon
|
java.lang.String |
name
the bookmark name
|
java.lang.String |
URL
the url
|
| Constructor and Description |
|---|
Bookmark(java.lang.String name,
com.badlogic.gdx.graphics.Texture favicon,
java.lang.String URL)
Creates a new bookmark with a name and url
|