public final class TLcdIconFactory
extends java.lang.Object
Class containing factory methods to create ILcdIcon
instances.
The icons created by this class are identified by a String
identifier.
This allows to support different TLcdIconFactory.Theme
s: depending on the Theme
,
another icon will be returned for the same identifier.
An example use-case is to switch between different sets of icons based on the
look and feel of your application: for a dark look-and-feel, you can use icons in
light colors so that they have the necessary contrast with the background color from the
look-and-feel.
Similarly, for a light colored look-and-feel, you can use icons in dark colors.
It is currently not possible to add support for your own themes to this class,
nor to add your own icons to one of the predefined themes.
The only available icons are identified with the predefined String constants
of this class.
This might change in a future release.
Note that not all icons are available for all themes.
The javadoc of the create(String, Theme, Size)
method defines which
icon will be returned when an icon is not available in the requested theme.
This class offers seamless support for high DPI rendering: for each listed icon, a regular and a high DPI (double size) image exists; the returned icon automatically selects the appropriate image based on the DPI scale.
The following table shows an overview of all the predefined icons.
The release includes SVG source files for the majority of those icons.
Those SVG files can be found in the samples/resources/samples/images/vectorIcons
folder in the release.
You can use start from those SVG files if you want to derive a custom icon based on an existing one.
TLcdSymbol
Modifier and Type | Class and Description |
---|---|
static class |
TLcdIconFactory.Size
Enumeration representing the size of the icons
|
static class |
TLcdIconFactory.Theme
Class representing a set of icons with a specific style.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADD_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ADD_EMPTY_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ADD_ITEM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ADD_LAYER_FROM_MAP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
APPLY_CHANGES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ARROW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ASSET_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ASSET_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ASSET_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
AXIS_SCALE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
BUSY_ANIMATED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
BUSY_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
BUSY_LOW_CONTRAST_ANIMATED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
BUTTON_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
BUTTON_SELECTED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CAMERA_LINK_EMPHASIZED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CAMERA_LINK_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CANCEL_CHANGES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CANCEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CHART_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CLEAR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CLIPBOARD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CLOSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
COLLAPSE_NODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
COLLAPSED_PANEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
COMPARE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
COMPOSITE_SHAPE_CLOSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
COMPOSITE_SHAPE_NON_CLOSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CONNECT_TO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CONVERT_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CONVERT_TO_3D_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CONVERT_TO_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CONVERT_TO_DOME_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CONVERT_TO_SPHERE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CONVERT_TO_VARIABLE_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CONVEX_HULL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
COPY_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CROP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
CUT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DATA_LOADING_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DATA_MANAGE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DATA_NOT_FOUND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DATABASE_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DATABASE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DELETE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_3D_ARC_BAND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_3D_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_ARC_BAND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_ARC_BY_3_POINTS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_ARC_BY_BULGE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_ARC_BY_CENTERPOINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_ARROW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_BOUNDS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_CIRCLE_BY_3_POINTS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_CIRCLE_BY_CENTER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_CORRIDOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_DOME_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_ELLIPSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_ELLIPTICAL_ARC_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_GEO_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_MERIDIAN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_MULTI_POINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_NORTH_ARROW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_ORBIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_PARALLEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_POINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_POLYGON_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_POLYGON_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_POLYLINE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_POLYPOINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_RECTANGLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_RHUMBLINE_POLYGON_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_RHUMBLINE_POLYLINE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_SPHERE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_TEXT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAW_VARIABLE_WIDTH_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DRAWING_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DROP_DOWN_AREA_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
DUPLICATE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
EDIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
EMPTY_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ERROR_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ERROR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
EXIT_FULL_SCREEN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
EXIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
EXPAND_NODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
EXPANDED_PANEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
EXTRUDE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FAVORITE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FAVORITE_OUTLINE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FILL_COLOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FILTER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FIXED_HEIGHT_MODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FIXED_IMAGE_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOCUS_SPOT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOG_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_COLLAPSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_EXPANDED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_COLLAPSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_ERROR_CLOSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_ERROR_EXPANDED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_EXPANDED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_FETCHING_COLLAPSED_0_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_FETCHING_COLLAPSED_1_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_FETCHING_COLLAPSED_2_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_FETCHING_EXPANDED_0_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_FETCHING_EXPANDED_1_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FOLDER_NETWORK_FETCHING_EXPANDED_2_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FONT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FORWARD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FORWARD_TO_END_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FULL_SCREEN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FUSED_ASSETS_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FUSION_CANCEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FUSION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FUSION_PAUSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FUSION_PENDING_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FUSION_PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FUSION_REPORT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
FUSION_START_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
GALLERY_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
GLOBE_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
GLOBE_GO_TO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
GLOBE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
GRADIENT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
GRID_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
GROUP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
HAND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
HEIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
HEIGHT_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
HINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
IMAGE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
IMAGE_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
INFO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
INTERSECTION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
INTERSECTION_POINTS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
INVERTED_DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LABEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LAYER_CONTROL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LAYER_PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LINE_ARROW_POSITION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LINE_COLOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LINE_STROKE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LINE_WIDTH_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LINK_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LINK_GO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LIST_INITIALIZE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LOCATION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LOCKED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LOOK_AT_ENTIRE_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
LOOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MAP_2D_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MAP_3D_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MAP_BACKGROUND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MAP_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MEASURE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MILITARY_SYMBOL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MOVE_DOWN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MOVE_LEFT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MOVE_RIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MOVE_UP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MOVIE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
MULTIPLE_SHAPES_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
NETWORK_CONNECTION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
OGC_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
OK_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
OPEN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
OVERVIEW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PAINT_FILL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PARALLEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PASTE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PAUSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PERPENDICULAR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PHOTOS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PLAY_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PRINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PRINT_PREVIEW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PROPERTIES_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
RASTER_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
RECENTER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
RECORD_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
RECTANGLE_ZOOM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
REDO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
REFRESH_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
REMOVE_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
REMOVE_ITEM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
REPLICATION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
REVERT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
REWIND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
REWIND_TO_START_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ROUTE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SAVE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SAVE_TO_DATABASE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SEARCH_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SELECT_OBJECT_ON_MAP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SELECTABLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SETTINGS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SHAPES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SHAPES_ICON_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
STOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
STYLE_OPTIONS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SUN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SWAP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SWIPE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
SYMMETRIC_DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TABLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TERRAIN_FOLLOWING_MODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TERRAIN_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TERRAIN_PROFILE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TO_BOTTOM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TO_END_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TO_LEFT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TO_RIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TO_START_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TO_TOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TOUCH_SELECT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
TRANSPARENCY_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
UNDO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
UNGROUP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
UNION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
UNLOCKED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
VECTOR_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
VISIBLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
WARNING_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
WIREFRAME_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
WRENCH_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static java.lang.String |
ZOOM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
Modifier and Type | Method and Description |
---|---|
static ILcdIcon |
create(java.lang.String aIconIdentifier)
Creates an icon for the specified identifier using the
default theme
and the default size . |
static ILcdIcon |
create(java.lang.String aIconIdentifier,
TLcdIconFactory.Theme aTheme,
TLcdIconFactory.Size aSize)
Creates an icon for the specified identifier using the specified theme and size.
|
static TLcdIconFactory.Size |
getDefaultSize()
Returns the default
Size |
static TLcdIconFactory.Theme |
getDefaultTheme()
Returns the default
Theme . |
static void |
setDefaultSize(TLcdIconFactory.Size aDefaultSize)
Set the default
Size . |
static void |
setDefaultTheme(TLcdIconFactory.Theme aDefaultTheme)
Sets the default
Theme . |
public static final java.lang.String ADD_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String ADD_EMPTY_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String ADD_ITEM_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String ADD_LAYER_FROM_MAP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String APPLY_CHANGES_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String ARROW_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String ASSET_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String ASSET_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String ASSET_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String AXIS_SCALE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String BUSY_ANIMATED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
This icon is an animated icon which will update itself.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String BUSY_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String BUSY_LOW_CONTRAST_ANIMATED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
This icon is an animated icon which will update itself.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String BUTTON_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String BUTTON_SELECTED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CAMERA_LINK_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CAMERA_LINK_EMPHASIZED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String CANCEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CANCEL_CHANGES_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CHART_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CLEAR_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CLIPBOARD_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String CLOSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String COLLAPSE_NODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String COLLAPSED_PANEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String COMPARE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String COMPOSITE_SHAPE_CLOSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String COMPOSITE_SHAPE_NON_CLOSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CONNECT_TO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
|||
White |
![]() |
![]() |
![]() |
public static final java.lang.String CONVERT_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String CONVERT_TO_3D_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String CONVERT_TO_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CONVERT_TO_DOME_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CONVERT_TO_SPHERE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String CONVERT_TO_VARIABLE_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String CONVEX_HULL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String COPY_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String CROP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String CUT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DATA_LOADING_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DATA_MANAGE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DATA_NOT_FOUND_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DATABASE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DATABASE_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String DELETE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_3D_ARC_BAND_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_3D_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_ARC_BAND_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_ARC_BY_3_POINTS_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_ARC_BY_BULGE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_ARC_BY_CENTERPOINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_ARROW_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_BOUNDS_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_CIRCLE_BY_3_POINTS_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_CIRCLE_BY_CENTER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_CORRIDOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_DOME_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_ELLIPSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_ELLIPTICAL_ARC_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_GEO_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_MERIDIAN_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_MULTI_POINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_NORTH_ARROW_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_ORBIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_PARALLEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_POINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String DRAW_POLYGON_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String DRAW_POLYGON_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_POLYLINE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String DRAW_POLYPOINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_RECTANGLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_RHUMBLINE_POLYGON_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_RHUMBLINE_POLYLINE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_SPHERE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAW_TEXT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String DRAW_VARIABLE_WIDTH_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DRAWING_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String DROP_DOWN_AREA_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String DUPLICATE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String EDIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String EMPTY_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String ERROR_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String ERROR_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String EXIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String EXIT_FULL_SCREEN_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String EXPAND_NODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String EXPANDED_PANEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String EXTRUDE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FAVORITE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String FAVORITE_OUTLINE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String FILL_COLOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String FILTER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String FIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String FIXED_HEIGHT_MODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FIXED_IMAGE_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FOCUS_SPOT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FOG_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FOLDER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FOLDER_COLLAPSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FOLDER_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FOLDER_EXPANDED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FOLDER_NETWORK_COLLAPSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FOLDER_NETWORK_ERROR_CLOSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FOLDER_NETWORK_ERROR_EXPANDED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FOLDER_NETWORK_EXPANDED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FOLDER_NETWORK_FETCHING_COLLAPSED_0_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FOLDER_NETWORK_FETCHING_COLLAPSED_1_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FOLDER_NETWORK_FETCHING_COLLAPSED_2_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FOLDER_NETWORK_FETCHING_EXPANDED_0_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FOLDER_NETWORK_FETCHING_EXPANDED_1_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FOLDER_NETWORK_FETCHING_EXPANDED_2_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FONT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FORWARD_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FORWARD_TO_END_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FULL_SCREEN_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String FUSED_ASSETS_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FUSION_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FUSION_CANCEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FUSION_PAUSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FUSION_PENDING_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FUSION_PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String FUSION_REPORT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String FUSION_START_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String GALLERY_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
|||
White |
![]() |
![]() |
![]() |
public static final java.lang.String GLOBE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String GLOBE_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String GLOBE_GO_TO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String GRADIENT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String GRID_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String GROUP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String HAND_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String HEIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String HEIGHT_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String HINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String IMAGE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String IMAGE_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String INFO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String INTERSECTION_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String INTERSECTION_POINTS_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String INVERTED_DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String LABEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LAYER_CONTROL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LAYER_PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LINE_ARROW_POSITION_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LINE_COLOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LINE_STROKE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LINE_WIDTH_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LINK_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String LINK_GO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String LIST_INITIALIZE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String LOCATION_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LOCKED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String LOOK_AT_ENTIRE_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String LOOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String MAP_2D_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String MAP_3D_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String MAP_BACKGROUND_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String MAP_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String MEASURE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String MILITARY_SYMBOL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String MOVE_DOWN_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String MOVE_LEFT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String MOVE_RIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String MOVE_UP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String MOVIE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String MULTIPLE_SHAPES_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String NETWORK_CONNECTION_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String OGC_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String OK_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String OPEN_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String OVERVIEW_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
|
White |
public static final java.lang.String PAINT_FILL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
![]() |
![]() |
![]() |
public static final java.lang.String PARALLEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String PASTE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String PAUSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String PERPENDICULAR_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String PHOTOS_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String PLAY_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String PRINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String PRINT_PREVIEW_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String PROPERTIES_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
|
White |
public static final java.lang.String RASTER_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String RECENTER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String RECORD_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String RECTANGLE_ZOOM_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String REDO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String REFRESH_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String REMOVE_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String REMOVE_ITEM_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String REPLICATION_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String REVERT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String REWIND_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String REWIND_TO_START_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String ROUTE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String SAVE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String SAVE_TO_DATABASE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String SEARCH_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String SELECT_OBJECT_ON_MAP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String SELECTABLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String SETTINGS_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String SHAPES_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
|||
White |
![]() |
![]() |
![]() |
public static final java.lang.String SHAPES_ICON_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String STOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String STYLE_OPTIONS_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String SUN_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
![]() |
![]() |
![]() |
public static final java.lang.String SWAP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String SWIPE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String SYMMETRIC_DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String TABLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String TERRAIN_FOLLOWING_MODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String TERRAIN_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
||
White |
public static final java.lang.String TERRAIN_PROFILE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String TO_BOTTOM_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String TO_END_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String TO_LEFT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String TO_RIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String TO_START_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String TO_TOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String TOUCH_SELECT_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String TRANSPARENCY_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String UNDO_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String UNGROUP_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String UNION_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String UNLOCKED_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String VECTOR_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String VISIBLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String WARNING_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
![]() |
![]() |
![]() |
public static final java.lang.String WIREFRAME_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static final java.lang.String WRENCH_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
|||
White |
![]() |
![]() |
![]() |
public static final java.lang.String ZOOM_ICON
String identifier for one of the predefined icons which can be used as parameter for the create(String)
method.
The following table shows the icon for the different themes and sizes. When an icon is not available for a certain theme or size, no icon is shown in the table.
Theme | Size_16 |
Size_24 |
Size_32 |
---|---|---|---|
Default |
![]() |
![]() |
![]() |
White |
public static void setDefaultTheme(TLcdIconFactory.Theme aDefaultTheme)
Sets the default Theme
.
The default theme is the one that will be used when create(String)
is called.
Note that calling this method will have no effect on icons that were already created. It will only affect future icons. Typically, this method is called once in the main method of your application.
aDefaultTheme
- The default Theme
instancepublic static TLcdIconFactory.Theme getDefaultTheme()
Returns the default Theme
.
Theme
setDefaultTheme(Theme)
public static void setDefaultSize(TLcdIconFactory.Size aDefaultSize)
Set the default Size
.
The default size is the one that will be used when create(String)
is called.
Note that calling this method will have no effect on icons that were already created. It will only affect future icons. Typically, this method is called once in the main method of your application.
aDefaultSize
- The default sizepublic static TLcdIconFactory.Size getDefaultSize()
Returns the default Size
Size
setDefaultSize(Size)
public static ILcdIcon create(java.lang.String aIconIdentifier) throws java.lang.IllegalArgumentException
Creates an icon for the specified identifier using the default theme
and the default size
.
It is short for:
create( aIconIdentifier,
TLcdIconFactory.getDefaultTheme(),
TLcdIconFactory.getDefaultSize()
);
The javadoc of the create(String, Theme, Size)
method
contains the look-up strategy this method uses.
For convenience, this method will also accept paths to an icon. When a valid path is used, the default theme and size will be ignored.
The aIconIdentifier
allows to override some of the default behavior by appending key-value
pairs.
For example, if you want to create an icon where the size does not match the default size, you can specify
ILcdIcon icon = TLcdIconFactory.create(TLcdIconFactory.ADD_ITEM_ICON + "?size=size_24");
Typically you do not need this functionality when creating icons through code.
In that case, it is easier to call the create(String, Theme, Size)
method directly.
A possible use-case for this functionality is when the icon is defined in a configuration file,
and can only be represented as a string.
The currently available key-values are listed in the table below.
Different key-value pairs must be separated by a &
.
The returned icon provides seamless support for high DPI rendering: it is backed by a regular and a high DPI (double size) image; the returned icon automatically selects the appropriate image based on the DPI scale.
Key | Allowed values |
---|---|
size |
size_16 size_24 size_32
|
aIconIdentifier
- The icon identifier, possibly appended with query parameters.
Currently the only valid identifiers are the string constants in this class,
or a path to an icon.java.lang.IllegalArgumentException
- When the aIconIdentifier
contains any of the following characters:
"&", "=", ";", "?", "%".
These characters are only allowed to specify the query parameters.public static ILcdIcon create(java.lang.String aIconIdentifier, TLcdIconFactory.Theme aTheme, TLcdIconFactory.Size aSize)
Creates an icon for the specified identifier using the specified theme and size.
This method uses the following look-up strategy:
For convenience, this method will also accept paths to an icon. When a valid path is used, the default theme and size will be ignored.
aIconIdentifier
- The icon identifier.
Currently the only valid identifiers are the string constants in this class,
or a path to an icon.aTheme
- The themeaSize
- The sizejava.lang.IllegalArgumentException
- When the aIconIdentifier
contains any of the following characters:
"&", "=", ";", "?", "%"