ilog.views.chart
Class IlvLegendSeparator

ilog.views.chart.IlvLegendSeparator

public class IlvLegendSeparator

A border that draws a separator line between a chart legend and the chart area.

CSS example:

ilvLegendSeparator {
    class : "ilog.views.chart.IlvLegendSeparator(color,thickness,insideMargin,outsideMargin)";
    color : "green";
    insideMargin : "2";
    outsideMargin : "2";
    thickness : "2";
}


Property Summary
 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.
 

Property Detail

class

public java.lang.String class

Creates a new legend separator.

CSS example:     class : "ilog.views.chart.IlvLegendSeparator(color,thickness,insideMargin,outsideMargin)";


color

public java.awt.Color color

Sets the color of the separator.

CSS example:     color : "green";

A color can either be a string representing a color or else an octal or hexadecimal string that starts with the character "#" or else a comma separated "RGB" value where the integer values are in the range 0..255.


insideMargin

public int insideMargin

Sets the inside margin.

CSS example:     insideMargin : "2";


outsideMargin

public int outsideMargin

Sets the outside margin.

CSS example:     outsideMargin : "2";


thickness

public int thickness

Sets the thickness of the separator.

CSS example:     thickness : "2";



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.