public class IlvLegendSeparator extends java.lang.Object implements Border
ilvLegendSeparator {
class : "ilog.views.chart.IlvLegendSeparator(color,thickness,insideMargin,outsideMargin)";
color : "green";
insideMargin : "2";
outsideMargin : "2";
thickness : "2";
}
Modifier and Type | Property and Description |
---|---|
java.lang.String |
class
Creates a new legend separator. |
java.awt.Color |
color
Sets the color of the separator. |
int |
insideMargin
Sets the inside margin. |
int |
outsideMargin
Sets the outside margin. |
int |
thickness
Sets the thickness of the separator. |
public java.lang.String class
class : "ilog.views.chart.IlvLegendSeparator(color,thickness,insideMargin,outsideMargin)";
public java.awt.Color color
color : "green";
public int insideMargin
insideMargin : "2";
public int outsideMargin
outsideMargin : "2";
public int thickness
thickness : "2";
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.