Annotator¶
-
class
Annotator¶ -
setX()¶ (destination message field) Assigns field value.
-
getX()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setY()¶ (destination message field) Assigns field value.
-
getY()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setZ()¶ (destination message field) Assigns field value.
-
getZ()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setNotes()¶ (destination message field) Assigns field value.
-
getNotes()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setColor()¶ (destination message field) Assigns field value.
-
getColor()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setTextColor()¶ (destination message field) Assigns field value.
-
getTextColor()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setIcon()¶ (destination message field) Assigns field value.
-
getIcon()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setSolver()¶ (destination message field) Assigns field value.
-
getSolver()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setRuntime()¶ (destination message field) Assigns field value.
-
getRuntime()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setDirpath()¶ (destination message field) Assigns field value.
-
getDirpath()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setModeltype()¶ (destination message field) Assigns field value.
-
getModeltype()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
x¶ double (value field) x field. Typically display coordinate x
-
y¶ double (value field) y field. Typically display coordinate y
-
z¶ double (value field) z field. Typically display coordinate z
-
notes¶ string (value field) A string to hold some text notes about parent object
-
color¶ string (value field) A string to hold a text string specifying display color.Can be a regular English color name, or an rgb code rrrgggbbb
-
textColor¶ string (value field) A string to hold a text string specifying color for text labelthat might be on the display for this object.Can be a regular English color name, or an rgb code rrrgggbbb
-
icon¶ string (value field) A string to specify icon to use for display
-
solver¶ string (value field) A string to specify solver to store for Gui
-
runtime¶ double (value field) runtime field. Store runtime
-
dirpath¶ string (value field) directory path for Gui
-
modeltype¶ string (value field) model type
-