public class IlpLabelLayoutRenderer
extends ilog.cpl.graph.css.renderer.IlpLabelLayoutRenderer
IlpEquipmentView
.
This class is a CSS stylable bean. It can be configured as follows in a CSS file:
LabelLayout { // Any properties configurable for a given class. }
The value of the class
property should be the name of
a subclass of IlvLabelLayout
that has a public no-argument constructor. For the best operation in the
equipment component,
IltAnnealingLabelLayout
(or a subclass of it) is recommended.
The allowed properties and their values depend on the class.
IlpEquipmentView
Constructor and Description |
---|
IlpLabelLayoutRenderer() |
Modifier and Type | Method and Description |
---|---|
IlvLabelLayout |
getLabelLayout()
Returns the label layout.
|
void |
setLabelLayout(IlvLabelLayout layout)
Changes the label layout.
|
attach, getView, noteContainerAdded, noteContainerUpdated
public IlvLabelLayout getLabelLayout()
getLabelLayout
in class ilog.cpl.graph.css.renderer.IlpLabelLayoutRenderer
null
if none has been specified.public void setLabelLayout(IlvLabelLayout layout)
setLabelLayout
in class ilog.cpl.graph.css.renderer.IlpLabelLayoutRenderer
layout
- A label layout or null
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.