User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_classificationabstract.colorramp

Table of Contents

TGIS_ClassificationAbstract.ColorRamp property

DK for Java | tatukgis.jdk.TGIS_ClassificationAbstract.ColorRamp | Methods | Properties

The color ramp that is used to assign colors for class breaks; none by default If not provided, StartColor and EndColor will be used.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public TGIS_ColorMap[] getColorRamp();
 
public void setColorRamp(
  TGIS_ColorMap[] _value
);
// Oxygene
public
  property ColorRamp : TGIS_ColorMapArray read write;

Value

Type
TGIS_ColorMap[]
TGIS_ColorMapArray

Remarks

ColorRampName property is sufficient in most cases. Use this property only for specialised color ramps.

References

2025/01/31 01:15

Page Tools