LogoLogo
Version 4
Version 4
  • Version 4
  • Welcome to Flying Logic 4
  • 📖Flying Logic Resources
  • Recommended Reading
  • Flying Logic 4 User Guide
    • 🏁Getting Started
    • 🚀What's New
    • 🗞️Subscribing
    • 📖Reader Mode
    • 📄The Document Window
    • ☑️Constructing Graphs
    • 🤖Graph Logic
    • 📦Domains
    • ⌛Chart View
    • 💻Scripting
    • 💡Menus
    • ⌨️Keyboard Shortcuts
    • ❓Preferences
    • 👔Project Management
  • Flying Logic 4 Scripting Guide
    • 🏁Getting Started
    • Online Resources
    • Predefined Variables
    • Classes
      • Application
      • CalendarEvent
      • Color
      • Date
      • Document
      • Domain
      • Edge
      • EntityClass
      • Entity
      • FontSpec
      • GraphElemFilter
      • GraphElem
      • GraphOperator
      • Group
      • Junctor
      • LayoutLine
      • Resource
      • Symbol
      • TextEditor
      • Time
      • VertexElem
      • VertexOperator
      • Workweek
    • 👉Constants
    • Graphic Symbol Names
    • 📗Importer and Exporter Examples
    • Flying Logic Document Format
  • Thinking with Flying Logic
    • Part I: Introduction
    • About This Book
    • Keys to Great Thinking
    • Part II: The Theory of Constraints Thinking Processes
    • Overview of the Theory of Constraints
    • The Categories of Legitimate Reservation
    • Current Reality Tree
    • Evaporating Cloud: Conflict Resolution
    • Future Reality Tree
    • Prerequisite Tree
    • Transition Tree
    • Strategy & Tactics Tree
    • Part III: Other Techniques
    • Evidence-Based Analysis
    • Concept Maps
Powered by GitBook
On this page
  1. Flying Logic 4 Scripting Guide

Graphic Symbol Names

The names that represent the iconic symbols used in Flying Logic.

PreviousConstantsNextImporter and Exporter Examples

Last updated 1 year ago

The getSymbolByName method in the class can be used to create an instance of the 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 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 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

Document
Symbol
Application
Document