Graphic Symbol Names
The names that represent the iconic symbols used in Flying Logic.
Last updated
The names that represent the iconic symbols used in Flying Logic.
Last updated
The getSymbolByName
method in the Document class can be used to create an instance of the Symbol class that can be assigned to the symbol
field of an entity, group or custom entity class. The format of these names is generator:id
; i.e., a generator name and a symbol ID separated by a colon.
For custom symbols generator is either com.arciem.symbol.SVGSymbolGenerator
for SVG drawings and com.arciem.symbol.BitmapSymbolGenerator
for bitmap images; e.g., PNG, JPEG, GIF, etc. The id will be a UUID as a string.
The Application object has predefined constants for all the symbols built-in to Flying Logic. One of these constants can be supplied as a parameter to the getSymbolByName
method of a Document instance.
Symbol Name Constant
Image
DINGBAT_ARROW_RIGHT
DINGBAT_ASTERISK
DINGBAT_BALLOT_X
DINGBAT_CHECK_MARK
DINGBAT_HAND_RIGHT
DINGBAT_HEART
DINGBAT_INTL_NO
DINGBAT_LIGHTNING
DINGBAT_QUESTION_MARK
DINGBAT_STAR
FLOWCHART_CARD
FLOWCHART_CIRCLE_DOUBLE
FLOWCHART_CIRCLE
FLOWCHART_CONNECTOR_OFF_PAGE
FLOWCHART_CONNECTOR_ON_PAGE
FLOWCHART_CRYSTAL
FLOWCHART_CYLINDER
FLOWCHART_DISPLAY
FLOWCHART_DOCUMENT
FLOWCHART_HEXAGON
FLOWCHART_LOZENGE
FLOWCHART_OCTAGON
FLOWCHART_OVAL
FLOWCHART_PARALLELOGRAM
FLOWCHART_PENTAGON
FLOWCHART_RECTANGLE_BOW_LEFT
FLOWCHART_RECTANGLE_BOW_OUT
FLOWCHART_RECTANGLE_LINED
FLOWCHART_RECTANGLE_ROUND
FLOWCHART_RECTANGLE
FLOWCHART_SLANT
FLOWCHART_SQUARE_CIRCLE
FLOWCHART_SQUARE_LINED
FLOWCHART_SQUARE
FLOWCHART_STRIP
FLOWCHART_TAPE
FLOWCHART_TRAPEZOID_DOWN
FLOWCHART_TRIANGLE_DOWN
FLOWCHART_TRIANGLE_UP
WRITING_BALLOON_DIALOG
WRITING_BALLOON_SHOUT
WRITING_BALLOON_TALK
WRITING_BALLOON_THINK