blob: 3450ba38261ca8463ba44862737a4afddad6363e [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Default Vlues of Graphics Algorithms</title>
<link href="../book.css" rel="Stylesheet" type="text/css">
<link href="../code.css" rel="Stylesheet" type="text/css">
</head>
<body>
<h1>Default Attribute Values of Graphics Algorithms</h1>
<p>Default attribute values of most important graphics algorithms are <strong>
marked with</strong> <strong>bold</strong>. See also the JavaDoc of
<a href="../../../javadoc/org/eclipse/graphiti/services/IGaCreateService.html">IGaCreateService</a>.</p>
<h3>createRectangle, createEllipse:</h3>
<p>{<strong>lineWidth: 1</strong>,<strong> lineStyle: SOLID</strong>, filled:
&lt;unset&gt;, lineVisible: &lt;unset&gt;, <strong>transparency: 0.0</strong>,
<strong>width: 0</strong>, <strong>height: 0</strong>, <strong>x: 0</strong>,
<strong>y:
0</strong>}</p>
<h3>createRoundedRectangle:</h3>
<p>{<strong>lineWidth: 1</strong>, <strong>lineStyle: SOLID</strong>, filled:
&lt;unset&gt;, lineVisible: &lt;unset&gt;, <strong>transparency: 0.0</strong>,
<strong>width: 0</strong>, <strong>height: 0</strong>, <strong>x: 0</strong>,
<strong>y:
0</strong>} {<strong>cornerHeight: 6</strong>, <strong>cornerWidth: 5</strong>}</p>
<h3>createInvisibleRectangle:</h3>
<p><strong>{lineWidth: 1</strong>, <strong>lineStyle: SOLID</strong>, <strong>
filled: false</strong>, <strong>lineVisible: false</strong>, <strong>transparency: 0.0</strong>,
<strong>width: 0</strong>, <strong>height: 0</strong>, <strong>x: 0</strong>,
<strong>y: 0</strong>}</p>
<h3>createPolygon:</h3>
<p>{l<strong>ineWidth: 1</strong>, l<strong>ineStyle: SOLID</strong>, <strong>
filled: true</strong>, lineVisible: &lt;unset&gt;, <strong>transparency: 0.0</strong>,
<strong>width: 0</strong>,
<strong>height: 0</strong>, <strong>x: 0</strong>, <strong>y: 0</strong>}</p>
<h3>createPolyline:</h3>
<p>{l<strong>ineWidth: 1</strong>, <strong>lineStyle: SOLID</strong>, <strong>
filled: false</strong>, lineVisible: &lt;unset&gt;, transparency: 0.0, width: 0,
height: 0, x: 0, y: 0}</p>
<h3>createDefaultText, createDefaultMultiText:</h3>
<p>{<strong>lineWidth: 1</strong>, <strong>lineStyle: SOLID</strong>, <strong>
filled: false</strong>, lineVisible: &lt;unset&gt;, <strong>transparency: 0.0</strong>,
<strong>width: 0</strong>,
<strong>height: 0</strong>, <strong>x: 0</strong>, <strong>y: 0</strong>} {<strong>horizontalAlignment: ALIGNMENT_LEFT</strong>,
<strong>verticalAlignment: ALIGNMENT_CENTER</strong>, <strong>angle: 0</strong>,
<strong>value: </strong>} <strong>{name: Arial</strong>, <strong>size: 8</strong>,
<strong>italic: false</strong>, <strong>bold: false</strong>}</p>
<h3>createText, createMultiText:</h3>
<p>{<strong>lineWidth: 1</strong>, <strong>lineStyle: SOLID</strong>, <strong>
filled: false</strong>, lineVisible: &lt;unset&gt;, <strong>transparency: 0.0</strong>,
<strong>width: 0</strong>,
<strong>height: 0</strong>, <strong>x: 0</strong>, <strong>y: 0</strong>} {<strong>horizontalAlignment: ALIGNMENT_LEFT</strong>,
<strong>verticalAlignment: ALIGNMENT_CENTER</strong>, <strong>angle: 0</strong>,
<strong>value: </strong>} <strong>{</strong>null}</p>
<h3>manageDefaultFont:</h3>
<p><strong>{name: Arial</strong>, <strong>size: 8</strong>, <strong>italic:
false</strong>, <strong>bold: false</strong>}</p>
<p><strong>createStyle:</strong></p>
<p>{lineWidth: null, <strong>lineStyle: SOLID</strong>, filled: &lt;unset&gt;,
lineVisible: &lt;unset&gt;, transparency: null, <strong>id:,</strong> description: null, <strong>
horizontalAlignment: ALIGNMENT_CENTER</strong>, <strong>verticalAlignment:
ALIGNMENT_CENTER</strong>, angle: null, stretchH: null, stretchV: null,
proportional: null}</p>
<h3>createImage:</h3>
<p>{<strong>lineWidth: 1</strong>, <strong>lineStyle: SOLID</strong>, filled:
&lt;unset&gt;, lineVisible: &lt;unset&gt;, <strong>transparency: 0.0</strong>,
<strong>width: 0</strong>, <strong>height: 0</strong>, <strong>x: 0</strong>,
<strong>y:
0</strong>} {<strong>id: </strong>, <strong>stretchH: false</strong>, <strong>stretchV: false</strong>,
<strong>proportional: false</strong>}</p>
<h3>createPlatformGa:</h3>
<p>{<strong>lineWidth: 1</strong>, l<strong>ineStyle: SOLID</strong>, filled:
&lt;unset&gt;, lineVisible: &lt;unset&gt;, <strong>transparency: 0.0</strong>,
<strong>width: 0</strong>, <strong>height: 0</strong>, <strong>x: 0</strong>,
<strong>y:
0</strong>} {<strong>id: </strong>}</p>
<h3>createPoint:</h3>
<p><strong>{x: 0,</strong> <strong>y: 1,</strong> <strong>before: 0</strong>,
<strong>after: 0</strong>}</p>
<p>&nbsp;</p>
<p><a href="styles.htm">Back to chapter &quot;Using Styles&quot;</a></p>
</body>
</html>