public final class TLcdIconFactory extends 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 String |
ADD_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
ADD_ITEM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
APPLY_CHANGES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
ARROW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
ASSET_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
ASSET_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
ASSET_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
AXIS_SCALE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
BUSY_ANIMATED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
BUSY_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
BUTTON_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
BUTTON_SELECTED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
CAMERA_LINK_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CANCEL_CHANGES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CANCEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CHART_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CLEAR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CLIPBOARD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CLOSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
COLLAPSE_NODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
COLLAPSED_PANEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
COMPARE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 String |
CONNECT_TO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CONVERT_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 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 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 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 String |
CONVEX_HULL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
COPY_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CROP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
CUT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DATA_LOADING_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DATA_MANAGE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
DATABASE_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DATABASE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DELETE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 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 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 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 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 String |
DRAW_ARROW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_BOUNDS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_BUFFER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 String |
DRAW_CORRIDOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_DOME_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_ELLIPSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 String |
DRAW_MERIDIAN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 String |
DRAW_ORBIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_PARALLEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_POINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
DRAW_POLYGON_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_POLYLINE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_POLYPOINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_RECTANGLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 String |
DRAW_SPHERE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
DRAW_TEXT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
DRAWING_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
DUPLICATE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
EDIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
EMPTY_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
ERROR_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
ERROR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
EXIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
EXPAND_NODE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
EXPANDED_PANEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
EXTRUDE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FAVORITE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FAVORITE_OUTLINE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FILL_COLOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FILTER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FIT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 String |
FOCUS_SPOT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FOG_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FOLDER_COLLAPSED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FOLDER_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FOLDER_EXPANDED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FOLDER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 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 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 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 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 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 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 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 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 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 String |
FONT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FORWARD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
FULL_SCREEN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
FUSION_CANCEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FUSION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FUSION_PAUSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
FUSION_PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FUSION_REPORT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
FUSION_START_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
GALLERY_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
GLOBE_ADD_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
GLOBE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
GRADIENT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
GRID_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
GROUP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
HAND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
HEIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
HEIGHT_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
HINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
IMAGE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
IMAGE_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
INFO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
INTERSECTION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
INTERSECTION_POINTS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
INVERTED_DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LABEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LAYER_CONTROL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LAYER_PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
LINE_COLOR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LINE_STROKE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LINE_WIDTH_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LINK_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LINK_GO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LIST_INITIALIZE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LOCATION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
LOCKED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
LOOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MAP_2D_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MAP_3D_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MAP_BACKGROUND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MAP_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MEASURE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MILITARY_SYMBOL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MOVE_DOWN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MOVE_LEFT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MOVE_RIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MOVE_UP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
MOVIE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
NETWORK_CONNECTION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
OGC_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
OK_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
OPEN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
OVERVIEW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PAINT_FILL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PARALLEL_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PASTE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PAUSE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PERPENDICULAR_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PHOTOS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PLAY_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PRINT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PRINT_PREVIEW_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PROPERTIES_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
PROPERTIES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
RASTER_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
RECENTER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
RECORD_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
RECTANGLE_ZOOM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
REDO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
REFRESH_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
REMOVE_DECO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
REMOVE_ITEM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
REPLICATION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
REVERT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
REWIND_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
ROUTE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
SAVE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
SEARCH_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
SELECTABLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
SETTINGS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
SHAPES_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
SHAPES_ICON_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
STOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
STYLE_OPTIONS_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
SUN_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
SWAP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
SWIPE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
SYMMETRIC_DIFFERENCE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TABLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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 String |
TERRAIN_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TERRAIN_PROFILE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TO_BOTTOM_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TO_END_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TO_LEFT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TO_RIGHT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TO_START_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TO_TOP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TOUCH_SELECT_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
TRANSPARENCY_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
UNDO_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
UNGROUP_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
UNION_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
UNLOCKED_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
VECTOR_LAYER_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
VISIBLE_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
WARNING_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
WIREFRAME_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static String |
WRENCH_ICON
String identifier for one of the predefined icons which can be used as parameter for the
create(String) method. |
static 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(String aIconIdentifier)
Creates an icon for the specified identifier using the
default theme
and the default size . |
static ILcdIcon |
create(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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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(String aIconIdentifier) throws 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.IllegalArgumentException
- When the aIconIdentifier
contains any of the following characters:
"&", "=", ";", "?", "%".
These characters are only allowed to specify the query parameters.public static ILcdIcon create(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 sizeIllegalArgumentException
- When the aIconIdentifier
contains any of the following characters:
"&", "=", ";", "?", "%"