ilog.views.chart.graphic
Class IlvMarkerIcon

ilog.views.chart.graphic.IlvMarkerIcon

public class IlvMarkerIcon

An Icon class that draws an IlvMarker object of a specific type.

IlvMarkerIcon can be used by the IlvDefaultDataAnnotation class to draw an IlvMarker next to the graphical representation of a data point.

CSS example:

ilvMarkerIcon {
    class : "ilog.views.chart.graphic.IlvMarkerIcon(type,size,style)";
    marker : "CIRCLE";
    size : "2";
    style : "@#ilvStyle";
}


Property Summary
 java.lang.String class
          
Creates a new IlvMarkerIcon of the specified type with the given size.
 ilog.views.chart.graphic.IlvMarker marker
          
Sets the marker.
 int size
          
Sets the symbol size.
 IlvStyle style
          
Sets the current style.
 

Property Detail

class

public java.lang.String class

Creates a new IlvMarkerIcon of the specified type with the given size.

CSS example:     class : "ilog.views.chart.graphic.IlvMarkerIcon(type,size,style)";


marker

public ilog.views.chart.graphic.IlvMarker marker

Sets the marker.

CSS example:     marker : "CIRCLE";

Allowed values:
CIRCLE    Predefined circle marker type.
CROSS    Predefined cross marker type.
DIAMOND    Predefined diamond marker type.
PLUS    Predefined plus marker type.
TRIANGLE    Predefined triangle marker type.
SQUARE    Predefined square marker type.
NONE    Predefined internal marker type.


size

public int size

Sets the symbol size.

CSS example:     size : "2";


style

public IlvStyle style

Sets the current style.

CSS example:     style : "@#ilvStyle";

See implementing class IlvStyle for an example of implementing a style.



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