Graphic Symbol Names
The names that represent the iconic symbols used in Flying Logic.
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 |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
Last updated