defines how an EnhancedCustomShapeParameter has to be interpreted More...
| Variables | |
| const short | NORMAL = 0 | 
| the value of the point component is normal, the Coordinate is taken as it is | |
| const short | EQUATION = 1 | 
| the value of the point component has to be interpreted as index to an Equation | |
| const short | ADJUSTMENT = 2 | 
| the value of the point component has to be interpreted as index into the list of AdjustmentValues | |
| const short | LEFT = 3 | 
| the logical left border of the CustomShape is used | |
| const short | TOP = 4 | 
| the logical top border of the CustomShape is used | |
| const short | RIGHT = 5 | 
| the logical right border of the CustomShape is used | |
| const short | BOTTOM = 6 | 
| the logical bottom border of the CustomShape is used | |
| const short | XSTRETCH = 7 | 
| the x value of the stretch point is used | |
| const short | YSTRETCH = 8 | 
| the y value of the stretch point is used | |
| const short | HASSTROKE = 9 | 
| If the shape has a line style, a value of 1 is used. | |
| const short | HASFILL = 10 | 
| If the shape has a fill style, a value of 1 is used. | |
| const short | WIDTH = 11 | 
| The width of the svg:viewBox is used. | |
| const short | HEIGHT = 12 | 
| The height of the svg:viewBox is used. | |
| const short | LOGWIDTH = 13 | 
| The logical width of the shape is used. | |
| const short | LOGHEIGHT = 14 | 
| The logical height of the shape is used. | |
defines how an EnhancedCustomShapeParameter has to be interpreted
| const short ADJUSTMENT = 2 | 
the value of the point component has to be interpreted as index into the list of AdjustmentValues
| const short BOTTOM = 6 | 
the logical bottom border of the CustomShape is used
| const short EQUATION = 1 | 
the value of the point component has to be interpreted as index to an Equation
| const short HASFILL = 10 | 
If the shape has a fill style, a value of 1 is used.
| const short HASSTROKE = 9 | 
If the shape has a line style, a value of 1 is used.
| const short HEIGHT = 12 | 
The height of the svg:viewBox is used.
| const short LEFT = 3 | 
the logical left border of the CustomShape is used
| const short LOGHEIGHT = 14 | 
The logical height of the shape is used.
| const short LOGWIDTH = 13 | 
The logical width of the shape is used.
| const short NORMAL = 0 | 
the value of the point component is normal, the Coordinate is taken as it is
| const short RIGHT = 5 | 
the logical right border of the CustomShape is used
| const short TOP = 4 | 
the logical top border of the CustomShape is used
| const short WIDTH = 11 | 
The width of the svg:viewBox is used.
| const short XSTRETCH = 7 | 
the x value of the stretch point is used
| const short YSTRETCH = 8 | 
the y value of the stretch point is used