public final class Cursor extends java.lang.Object implements StyleElement
Modifier and Type | Class and Description |
---|---|
static class |
Cursor.Type
The type of cursor property
|
Constructor and Description |
---|
Cursor()
Creates "cursor:initial"
|
Cursor(Cursor.Type... types)
Creates cursor with types.
|
Cursor(Cursor.Type[] types,
java.lang.String[] urls)
Creates cursor with types or/and urls.
|
Cursor(java.lang.String... urls)
Creates cursor with urls.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
draw()
All descendant have to implement how to draw it
|
java.util.HashSet<Cursor.Type> |
getTypes() |
java.util.HashSet<java.lang.String> |
getUrls() |
public Cursor()
public Cursor(Cursor.Type... types)
types
- cursor of Cursor.Type
public Cursor(java.lang.String... urls)
urls
- of cursorpublic Cursor(Cursor.Type[] types, java.lang.String[] urls)
types
- cursor of Cursor.Type
urls
- of cursorpublic java.util.HashSet<Cursor.Type> getTypes()
public java.util.HashSet<java.lang.String> getUrls()
public java.lang.String draw()
StyleElement
draw
in interface StyleElement