public class IlpPositioningRenderer
extends ilog.cpl.graph.css.renderer.IlpPositioningRenderer
IlpEquipmentView
.
This class is a CSS stylable Bean. It can be configured as follows 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.
IlpEquipmentView
Constructor and Description |
---|
IlpPositioningRenderer() |
Modifier and Type | Method and Description |
---|---|
IlpPositionConverter |
getPositionConverter()
Returns the position converter.
|
void |
setPositionConverter(IlpPositionConverter positionConverter)
Changes the position converter.
|
attach, getView, noteContainerAdded, noteContainerUpdated
public IlpPositionConverter getPositionConverter()
getPositionConverter
in class ilog.cpl.graph.css.renderer.IlpPositioningRenderer
public void setPositionConverter(IlpPositionConverter positionConverter)
setPositionConverter
in class ilog.cpl.graph.css.renderer.IlpPositioningRenderer
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.