Ellipses
flash_type: flash_ellipse
The flash_ellipse features are simply closed arc features and thus are handled in the same manner. The ellipse is stroked into a line segment and drawn as a line. Note that the flash linewidth and linecolor now refer to the border lines of the ellipse. Any ellipse can be used as a button for events so long is it has not undergone any transformations, i..e. rotation, scaling or translation. From the flash ellipse we also can arrive at circles since they are just ellipses with equal axis.
The following table lists the additional FME attribute names used to control the flash ellipse settings. on top of the common ones.
Attribute Name |
Contents |
flash_fill_color |
This is a string that represents the color intensities of the element. It is formatted as red, green, blue intensities which range between 0..255. If this attribute is not found, then the ellipse will not be filled. Range: String. (0.255, 0..255, 0..255) Default: None |
fme_fillcolor |
This is a string that represents the color intensities of the element. It is formatted as red, green, blue intensities which range between 0..1 This is used as a backup to flash_fill_color. Range: String. (0..1, 0..1, 0..1) Default: String(0,0,0) |
flash_fillstyle |
This is the value that determines which of the five available fill styles will be used when filling an ellipse: nofill,solidfill, left to right linearfill, right to left linear fill, and radialfill. Note: This requires a fill color to be specified. Range: 0,1,2,3,4 Default: 0 (nofill) |
flash_URL |
This is the URL for the ellipse and if specified, the ellipse will have a URL linked to it its shape unless rotated, scaled, or translated, any of which will negate the URL property. Range: Any String value? Default: None |