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; not assigned by default. If not provided, StartColor and EndColor will be used.

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

Syntax

// Java
public TGIS_GradientMap getColorRamp();
 
public void setColorRamp(
  TGIS_GradientMap _value
);
// Oxygene
public
  property ColorRamp : TGIS_GradientMap read write;

Value

Remarks

This class is responsible for managing the assigned object, you don't have to release it.

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

References

2025/06/24 01:10

Page Tools