Package gaiasky.gui
Class BookmarksManager.BookmarkNode
java.lang.Object
gaiasky.gui.BookmarksManager.BookmarkNode
- Enclosing class:
- BookmarksManager
-
Field Summary
Modifier and TypeFieldDescriptionChildren, if any.Camera direction, for positional bookmarks.boolean
Is it a folder?The name of this nodeThe parent of this node, null if root.The full path.static final String
Regular expression that defines the format of positional bookmarks, which is:{[x,y,z]|[dx,dy,dz]|[ux,uy,uz]|instant|name}
Camera position, for positional bookmarks.The text of the bookmark in the bookmarks.txt file.Time, positional bookmarks.Camera up vector, for positional bookmarks. -
Constructor Summary
-
Method Summary
-
Field Details
-
POS_BOOKMARK_REGEX
Regular expression that defines the format of positional bookmarks, which is:{[x,y,z]|[dx,dy,dz]|[ux,uy,uz]|instant|name}
- See Also:
-
text
The text of the bookmark in the bookmarks.txt file. This coincides with the name for regular bookmarks. For positional bookmarks, this has the format:
{[x,y,z]|[dx,dy,dz]|[ux,uy,uz]|instant|name}
-
name
The name of this node -
position
Camera position, for positional bookmarks. -
direction
Camera direction, for positional bookmarks. -
up
Camera up vector, for positional bookmarks. -
time
Time, positional bookmarks. -
path
The full path. -
parent
The parent of this node, null if root. -
children
Children, if any. -
folder
public boolean folderIs it a folder?
-
-
Constructor Details
-
BookmarkNode
-
-
Method Details