DK11 for Java | tatukgis.jdk.TGIS_RendererMultipassMode | Enums
Mode of multipass shape rendering. Used for nice street junction drawing. Used by TGIS_Shape.Draw.
// Java public enum TGIS_RendererMultipassMode { Line($01), Outline($02), Single($03) }
// Oxygene type TGIS_RendererMultipassMode = public ( Line = $01, Outline = $02, Single = $03 };
Name | Value | Description | |
---|---|---|---|
Line | $01 | Draw only line itself. | |
Outline | $02 | Draw only outline . | |
Single | $03 | Draw shape line single step. | |