|
|
Line 15: |
Line 15: |
| }} | | }} |
| | | |
− | <pre>
| + | Select a letter or a topic. |
− | private $enums = array ( "color" => "*",
| |
− | "foldstate" => "*",
| |
− | "shape" => "*",
| |
− | "arrowstyle" => "*",
| |
− | "arrowmode" => "*",
| |
− | "edgekind" => "*",
| |
− | "linestyle" => "*",
| |
− | "layout" => "*",
| |
− | "orientation" => "*",
| |
− | "magfield" => "*",
| |
− | "valign" => "*",
| |
− | "halign" => "*",
| |
− | "viewtype" => "*",
| |
− | "crweight" => "*",
| |
− | );
| |
− |
| |
− | 'foldstate' => array ( 'unfolded' => '*',
| |
− | 'folded' => '*',
| |
− | 'boxed' => '*',
| |
− | 'clustered' => '*',
| |
− | 'wrapped' => '*',
| |
− | 'exclusive' => '*',
| |
− | ),
| |
− | 'shape' => array ( 'box' => '*',
| |
− | 'hexagon' => '*',
| |
− | 'lparallelogram'=> '*',
| |
− | 'rparallelogram'=> '*',
| |
− | 'trapezoid' => '*',
| |
− | 'uptrapezoid' => '*',
| |
− | 'rhomboid' => '*',
| |
− | 'rhomb' => '*',
| |
− | 'ellipse' => '*',
| |
− | 'circle' => '*',
| |
− | 'triangle' => '*',
| |
− | ),
| |
| | | |
− | 'valign' => array ( 'top' => '*',
| + | Each command is explained briefly, often accompanied by an example. You will find a link to the official documentation of aiSee if the Wgraph command is equivalent to an aiSee command. |
− | 'center' => '*',
| |
− | 'bottom' => '*',
| |
− | ),
| |
− | 'halign' => array ( 'center' => '*',
| |
− | 'left' => '*',
| |
− | 'leftjustify' => '*',
| |
− | 'right' => '*',
| |
− | 'rightjustify' => '*',
| |
− | ),
| |
− | 'viewtype' => array ( 'normal' => '*',
| |
− | 'cfish' => '*',
| |
− | 'fcfish' => '*',
| |
− | 'dcfish' => '*',
| |
− | 'pfish' => '*',
| |
− | 'dpfish' => '*',
| |
− | ),
| |
− | 'crweight' => array ( 'bary' => '*',
| |
− | 'median' => '*',
| |
− | 'barymedian' => '*',
| |
− | 'medianbary' => '*',
| |
− | ),
| |
− | );
| |
− |
| |
− | private $cmdWordsWithIndex = array (
| |
− | 'infoname' => true,
| |
− | 'useractionname' => true,
| |
− | 'colorentry' => true,
| |
− | 'classname' => true,
| |
− |
| |
− | );
| |
− | | |
− | private $cmdWordsWithBody = array (
| |
− | 'graph' => true, // id [graph]
| |
− | 'subgraph' => true, // id [graph]
| |
− | 'node' => true, // id [graph]
| |
− | 'region' => true, // id
| |
− | 'nodetype' => true, // id
| |
− | 'edgetype' => true, // id
| |
− | 'edge' => true, // (from) source (to) target
| |
− | 'backedge' => true,
| |
− | 'nearedge' => true,
| |
− | 'rightnearedge' => true,
| |
− | 'leftnearedge' => true,
| |
− | 'bentnearedge' => true,
| |
− | 'rightbentnearedge' => true,
| |
− | 'leftbentnearedge' => true,
| |
− | );
| |
− | </pre>
| |
Revision as of 08:46, 3 November 2007
a -
b -
c -
d -
e -
f -
g -
h -
i -
j -
k -
l -
m -
n -
o -
p -
q -
r -
s -
t -
u -
v -
w -
x -
y -
z
Show attributes for
node --
nodetype --
edge --
edgetype --
graph/subgraph --
all
{{#vardefine:group|}}
Extension:DynamicPageList (DPL), version 3.2.1: Warning: No results.
Select a letter or a topic.
Each command is explained briefly, often accompanied by an example. You will find a link to the official documentation of aiSee if the Wgraph command is equivalent to an aiSee command.