ilog.cpl.network.renderer
Class IlpPositioningRenderer
java.lang.Object
ilog.cpl.graphic.css.renderer.IlpAbstractGraphicViewRenderer
ilog.cpl.graph.css.renderer.IlpAbstractRepresentationViewRenderer
ilog.cpl.graph.css.renderer.IlpPositioningRenderer
ilog.cpl.network.renderer.IlpPositioningRenderer
public class IlpPositioningRenderer
- extends ilog.cpl.graph.css.renderer.IlpPositioningRenderer
This class gives control over the positioning configuration of an
IlpNetworkView.
This class is a CSS stylable Bean. It can be configured like this in
a CSS file:
Positioning {
positionClass : Class;
converterClass : Class;
}
The positionClass property or the class
attribute of the position element should be the name of a
class that implements the IlpPosition interface.
The converterClass property or the class attribute
of the converter element should be the name of a class that
implements the IlpPositionConverter interface and
has a public no-argument constructor.
- Since:
- JTGO 3.5
- See Also:
IlpNetworkView,
IlpPositionConverter
| Methods inherited from class ilog.cpl.graph.css.renderer.IlpPositioningRenderer |
getCSSID, reset |
| Methods inherited from class ilog.cpl.graph.css.renderer.IlpAbstractRepresentationViewRenderer |
attach, getView, noteContainerAdded, noteContainerUpdated |
| Methods inherited from class ilog.cpl.graphic.css.renderer.IlpAbstractGraphicViewRenderer |
detach, getContext, getGraphicView, isRendererEnabled, setRendererEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpPositioningRenderer
public IlpPositioningRenderer()
getPositionConverter
public IlpPositionConverter getPositionConverter()
- Returns the position converter.
- Overrides:
getPositionConverter in class ilog.cpl.graph.css.renderer.IlpPositioningRenderer
setPositionConverter
public void setPositionConverter(IlpPositionConverter positionConverter)
- Changes the position converter.
- Overrides:
setPositionConverter in class ilog.cpl.graph.css.renderer.IlpPositioningRenderer
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.