Default Attribute Values of Graphics Algorithms

Default attribute values of most important graphics algorithms are marked with bold. See also the JavaDoc of IGaCreateService.

createRectangle, createEllipse:

{lineWidth: 1, lineStyle: SOLID, filled: <unset>, lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0}

createRoundedRectangle:

{lineWidth: 1, lineStyle: SOLID, filled: <unset>, lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0} {cornerHeight: 6, cornerWidth: 5}

createInvisibleRectangle:

{lineWidth: 1, lineStyle: SOLID, filled: false, lineVisible: false, transparency: 0.0, width: 0, height: 0, x: 0, y: 0}

createPolygon:

{lineWidth: 1, lineStyle: SOLID, filled: true, lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0}

createPolyline:

{lineWidth: 1, lineStyle: SOLID, filled: false, lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0}

createDefaultText, createDefaultMultiText:

{lineWidth: 1, lineStyle: SOLID, filled: false, lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0} {horizontalAlignment: ALIGNMENT_LEFT, verticalAlignment: ALIGNMENT_CENTER, angle: 0, value: } {name: Arial, size: 8, italic: false, bold: false}

createText, createMultiText:

{lineWidth: 1, lineStyle: SOLID, filled: false, lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0} {horizontalAlignment: ALIGNMENT_LEFT, verticalAlignment: ALIGNMENT_CENTER, angle: 0, value: } {null}

manageDefaultFont:

{name: Arial, size: 8, italic: false, bold: false}

createStyle:

{lineWidth: null, lineStyle: SOLID, filled: <unset>, lineVisible: <unset>, transparency: null, id:, description: null, horizontalAlignment: ALIGNMENT_CENTER, verticalAlignment: ALIGNMENT_CENTER, angle: null, stretchH: null, stretchV: null, proportional: null}

createImage:

{lineWidth: 1, lineStyle: SOLID, filled: <unset>, lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0} {id: , stretchH: false, stretchV: false, proportional: false}

createPlatformGa:

{lineWidth: 1, lineStyle: SOLID, filled: <unset>, lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0} {id: }

createPoint:

{x: 0, y: 1, before: 0, after: 0}

 

Back to chapter "Using Styles"