User Tools

Site Tools


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

Table of Contents

TGIS_ClassificationAbstract.ColorRampName property

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

The name of the built-in color ramp that is used to assign colors for class breaks; directly related with ColorRamp.

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

Syntax

// Java
public java.lang.String getColorRampName();
 
public void setColorRampName(
  java.lang.String _value
);
// Oxygene
public
  property ColorRampName : String read write;

Value

Type
java.lang.String
String

Remarks

This property is sufficient in most cases. Use ColorRamp property only for specialised color ramps.

2025/06/24 01:10

Page Tools