User Tools

Site Tools


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

Table of Contents

TGIS_ClassificationAbstract.ColorRampName property

DK11 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; empty by default. If not provided, ColorRamp property will be used.

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.

2024/12/20 22:24

Page Tools