Overview
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | ASSOCTYPE_AGGREGATION | String | |||||
public | ASSOCTYPE_ASSOCIATION | String | |||||
public | ASSOCTYPE_ATTACHMENT | String | |||||
public | ASSOCTYPE_COMPOSITION | String | |||||
public | ASSOCTYPE_DERIVATION | String | |||||
public | ASSOCTYPE_GENERIC | String | |||||
public | ASSOCTYPE_GOOGLE_RESULT | String | |||||
public | ASSOCTYPE_MEMBERSHIP | String | |||||
public | ASSOCTYPE_NAVIGATION | String | |||||
public | ASSOCTYPE_PREFERENCE | String | |||||
public | ASSOCTYPE_PUBLISH_PERMISSION | String | |||||
public | ASSOCTYPE_PUBLISHING | String | |||||
public | ASSOCTYPE_RECIPIENT | String | |||||
public | ASSOCTYPE_RELATION | String | |||||
public | ASSOCTYPE_SENDER | String | |||||
public | ASSOCTYPE_USES | String | |||||
public | ASSOCTYPE_VIEW_IN_USE | String | |||||
public | BAR_HEIGHT | Integer | |||||
public | BAR_WIDTH | Integer | |||||
public | BORDER_WIDTH | Integer |
The width of the border around the single image view. |
||||
public | CLIENT_PREFS | String | |||||
public | CODEBASE | String | |||||
public | COGNITIVE_LIMIT | Number | |||||
public | DM_BACKGROUNDS | String | |||||
public | DM_BACKGROUNDS_SERVER | String | |||||
public | DM_DOCUMENTS | String | |||||
public | DM_ICONS | String | |||||
public | DM_ICONS_HUB | String | |||||
public | DM_ICONS_SERVER | String | |||||
public | DM_IMAGES_SERVER | String | |||||
public | DM_LOCAL_DOCUMENTS | String | |||||
public | DM_REPOSITORY_CLIENT | String | |||||
public | DM_REPOSITORY_SERVER | String | |||||
public | EXPANDED_THUMB_SCALE | Number |
The amount expanded thumbnails expand |
||||
public | FILE_SEPERATOR | String | |||||
public | HOME_DIR | String | |||||
public | LOG_BEANS | Boolean | |||||
public | LOG_COMMANDS | Boolean | |||||
public | LOG_COMPONENTS | Boolean | |||||
public | LOG_GEOMETRY | Boolean |
When running as an application or launcing in the browser from NetBeans, the sample images and thumbnails can be loaded from the jar file. When running as an application or launcing in the browser from NetBeans, the sample images and thumbnails can be loaded from the jar file. But when deploying as an applet, putting all of these images in the jar file would bloat the jar file unnecessarily. In the applet case the images should be loaded from a server. When running in the browser, the javafx.application.codebase property will be set to the applet's codebase URL. For the Media Browser tutorial, the sample images and thumbs are stored in directories rooted at this URL. The javafx.application.codebase property can be used, therefore, to locate the sample images and thumbnails. |
||||
public | LOG_TIMER | Boolean | |||||
public | LOG_TYPES | Boolean | |||||
public | MAX_VISIBLE_ASSOCS | Number | |||||
public | MAX_VISIBLE_TOPICS | Number | |||||
public | MENU_SIZE | Integer | |||||
public | MENU_START_OFFSET | Integer | |||||
public | MENU_STEP | Integer | |||||
public | PHOTO_PLACEHOLDER | Image |
An image to use as a placeholder during background loading of an Image |
||||
public | STAGE_BACKGROUND_COLOR | Color.BLACK |
The background color of the Stage on which the thumbnails are shown |
||||
public | STAGE_HEIGHT | Integer |
The initial height of the application stage |
||||
public | STAGE_WIDTH | Integer |
The initial width of the application stage |
||||
public | THUMB_HEIGHT | Integer |
The height of a thumbnail image |
||||
public | THUMB_HORIZONTAL_SPACING | Integer |
The horizontal space between thumbnail images |
||||
public | THUMB_ROWS | Integer |
The number of rows of thumbnails to display in the wall view |
||||
public | THUMB_VERTICAL_SPACING | Integer |
The verical space between thumbnail images |
||||
public | THUMB_WIDTH | Integer |
The width of a thumbnail image |
||||
public | TOPIC_MENU_RADIUS | Number | |||||
public | TOPICTYPE_IMAGE | String | |||||
public | TOPICTYPE_TOPIC | String | |||||
public | TOPICTYPE_TOPICMAP | String | |||||
public | TOPICTYPE_USER | String | |||||
public | VIDEO_PLACEHOLDER | Image |
An image to use as a placeholder during background loading of an Image |
||||
public | VIDEO_WATERMARK | Image |
An image to use as a watermark on Thumbnails that represent video content. |