public abstract class IltShelfItem extends IltObject
This class is a base class that represents the graphics to be associated with
one or several slots of instances of IltShelfGraphic. Three kinds of
IltShelfItem
are available as concrete subclasses: empty slots
(IltEmptySlot
class), cards (IltCard
class) and
card-carrier cards (IltCardCarrier
class).
Modifier and Type | Class and Description |
---|---|
static class |
IltShelfItem.Type
The abstract class that is used to manage the types of the
subclasses of IltShelfItem.
|
IltObject.ListPrimaryStateStyleValueProvider, IltObject.LogicalType, IltObject.TinyType
Modifier and Type | Field and Description |
---|---|
static IltAttribute |
DirectionAttribute
Attribute used to define the direction of a shelf item.
|
static IltObjectInfo |
metainfo
Contains metainformation about this
IltObject class. |
static IlpIntegerKey |
StateIconsStackingDirection
Deprecated.
Please use CSS property
secondaryStateDirection instead. |
static IlpBooleanKey |
VerticalLabelStacksGlyphs
Deprecated.
Please use CSS property
verticalLabelStacksGlyphs instead. |
_automaticDecorationsDirection, _cloneConstructor, AbbreviateBalloonAlarmCount, AbbreviateBaseAlarmCount, AckAlarmHighestSeverityAttribute, AckImpactAlarmHighestSeverityAttribute, AlarmBalloonColor, AlarmBalloonContentsCollapsed, AlarmBalloonCountIcon, AlarmBalloonCountLabel, AlarmBalloonPosition, AlarmBalloonShadowColor, AlarmBalloonTextAntialiasing, AlarmBalloonTextBackgroundColor, AlarmBalloonTextFont, AlarmBalloonTextForegroundColor, AlarmBalloonVisible, AlarmBorderColor, AlarmBorderThickness, AlarmBorderVisible, AlarmBrightColor, AlarmColor, AlarmColorLevel, AlarmColorVisible, AlarmCountAntialiasing, AlarmCountAttribute, AlarmCountBackgroundColor, AlarmCountFont, AlarmCountForegroundColor, AlarmCountIcon, AlarmCountIconPosition, AlarmCountIconVisible, AlarmCountLabel, AlarmCountNumberAttribute, AlarmCountVisible, AlarmCriticalAbbreviation, AlarmCriticalBrightColor, AlarmCriticalColor, AlarmCriticalDarkColor, AlarmCriticalDescription, AlarmDarkColor, AlarmHighestSeverityAttribute, AlarmLossOfConnectivityAbbreviation, AlarmLossOfConnectivityBrightColor, AlarmLossOfConnectivityColor, AlarmLossOfConnectivityDarkColor, AlarmLossOfConnectivityOverride, AlarmMajorAbbreviation, AlarmMajorBrightColor, AlarmMajorColor, AlarmMajorDarkColor, AlarmMajorDescription, AlarmMinorAbbreviation, AlarmMinorBrightColor, AlarmMinorColor, AlarmMinorDarkColor, AlarmMinorDescription, AlarmNotReportingAbbreviation, AlarmsAsMarks, AlarmSeverityColorMap, AlarmSeverityDescriptionMap, AlarmUnknownAbbreviation, AlarmUnknownBrightColor, AlarmUnknownColor, AlarmUnknownDarkColor, AlarmUnknownDescription, AlarmWarningAbbreviation, AlarmWarningBrightColor, AlarmWarningColor, AlarmWarningDarkColor, AlarmWarningDescription, Alpha, BackgroundColor, BaseSelectionBorderVisible, BaseStyleEnabled, BlinkingBackgroundColor, BlinkingBorderColor, BlinkingBorderColor2, BlinkingForegroundColor, BorderColor, BorderColor2, BorderLineStyle, BorderPattern, BorderWidth, BUSINESS_OBJECT_PROPERTY, CanBeLogical, CenterWidth, ChildrenDecorationConstraints, ChildrenDecorations, ContainerCollapseIconVisible, ContainerExpansionIconVisible, ContainerOutsideExpansionIconVisible, ContainerStatusVisible, DetailLevel, Direction, DottedBorderBackgroundColor, DottedBorderForegroundColor, DottedBorderLineStyle, ForcedWidth, ForegroundColor, GraphicRepresentationAttribute, HasAlarmColor, IconsVisible, ImpactAlarmCountAttribute, ImpactAlarmCountNumberAttribute, ImpactAlarmHighestSeverityAttribute, InfoIconInteractor, InfoIconThreshold, InfoWindowAlwaysVisible, InfoWindowBorderColor, InfoWindowColor, InfoWindowShadowColor, InfoWindowTextAntialiasing, InfoWindowTextBackgroundColor, InfoWindowTextFont, InfoWindowTextForegroundColor, InfoWindowVisible, IsEditable, IsLogical, IsSelectable, IsTiny, IsVisible, LabelAntialiasing, LabelBackgroundColor, LabelBorderColor, LabelDirection, LabelFont, LabelForegroundColor, LabelOffset, LabelPosition, LabelVisible, LabelZoomable, LineStyle, LinkPorts, ListAlarmStateAbbreviated, ListPrimaryAlarmState, ListPrimaryState, ListSecondaryAlarmState, LogicalBorderThickness, LogicalHeight, LogicalLabelAntialiasing, LogicalLabelFont, LogicalTypeAttribute, LogicalWidth, MappedBorderColor, MappedBorderColor2, MappedBrightColor, MappedColor, MappedColor2, MappedDarkColor, MultilineBaseAlarmCount, NameAttribute, NewAlarmCountAttribute, NewAlarmCountNumberAttribute, NewAlarmHighestSeverityAttribute, NewImpactAlarmCountAttribute, NewImpactAlarmCountNumberAttribute, NewImpactAlarmHighestSeverityAttribute, ObjectStateAttribute, PassiveIcon, PassiveIconVisible, Pattern, PlinthBrightColor, PlinthColor, PlinthDarkColor, PlinthHorizontalMargin, PlinthVerticalMargin, PlinthVisible, PositionAttribute, PrimaryAlarmState, PrimaryStateAttribute, ReliefBorders, SecondaryStatesAttribute, SecondaryStateStackerPosition, SelectionBorderBackgroundColor, SelectionBorderForegroundColor, SelectionBorderLineStyle, SelectionBorderThickness, ShortcutIcon, ShortcutIconMap, ShortcutIconVisible, ShortcutToolTipMap, SNMPSystemContact, SNMPSystemDescription, SNMPSystemLocation, SourceImage, TinyAlarmBorderThickness, TinyBorderThickness, TinyLabelAntialiasing, TinyLabelFont, TinyTypeAttribute, TrapAuthenticationFailureAbbreviation, TrapAuthenticationFailureBrightColor, TrapAuthenticationFailureColor, TrapAuthenticationFailureDarkColor, TrapAuthenticationFailureDescription, TrapColdStartAbbreviation, TrapColdStartBrightColor, TrapColdStartColor, TrapColdStartDarkColor, TrapColdStartDescription, TrapEGPNeighborLossAbbreviation, TrapEGPNeighborLossBrightColor, TrapEGPNeighborLossColor, TrapEGPNeighborLossDarkColor, TrapEGPNeighborLossDescription, TrapLinkFailureAbbreviation, TrapLinkFailureBrightColor, TrapLinkFailureColor, TrapLinkFailureDarkColor, TrapLinkFailureDescription, TrapWarmStartAbbreviation, TrapWarmStartBrightColor, TrapWarmStartColor, TrapWarmStartDarkColor, TrapWarmStartDescription
VALUE_NOT_SET
Constructor and Description |
---|
IltShelfItem(IlpClass ilpClass,
Object identifier)
Creates a new shelf item with the given class and identifier.
|
IltShelfItem(IltObjectState state)
Creates a new instance of
IltShelfItem , with a given semantic
state. |
IltShelfItem(IltObjectState state,
String label)
Creates a new instance of
IltShelfItem with a given semantic
state and label. |
IltShelfItem(IltShelfItem.Type type,
IltObjectState state,
String label)
Creates a new instance of
IltShelfItem with a given type,
semantic state and label. |
IltShelfItem(Object identifier)
Creates a new shelf item with the given identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTransform(IltGraphicManager manager,
IltGraphic graphic,
IlvTransformer t,
IlpPositionSource reason)
Deprecated.
|
static boolean |
CheckDirection(int direction)
Checks if the given direction is valid to the shelf item.
|
protected void |
copyFrom(IltShelfItem other) |
ilog.tgo.graphic.internal.IltGraphicUpdate |
createPositionUpdate(Object position,
Object positionInManager)
Creates the graphic update responsible for setting the position/shape to
a graphical representation.
|
Object |
defaultShape()
Returns the default shape, used when an object is made visible without
having been assigned a shape.
|
IlvRect |
getBaseRectangle(IltGraphicManager manager)
Returns the base rectangle of the graphic representation in a given
IltGraphicManager.
|
protected IlvPoint |
getCenterPoint(IltGraphicManager manager,
IltGraphic graphic)
Returns the center point with the manager's transformer applies
|
static IltLegend |
GetClassLegend()
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Please refer to the User's Manual for further information.
|
IltShelfItemContainer |
getContainer()
Returns the container (an instance of
IltShelfItemContainer ) of
this IltShelfItem. |
int |
getDefaultLabelPosition(IltGraphic graphic)
Returns a default label position, if the value set in the legend is
IlvDirection.BadPosition . |
static IltObjectInfo |
GetIlpClass()
Returns the IlpClass corresponding to this Java class.
|
int |
getLabelDirection()
Deprecated.
Please use CSS property
labelDirection instead. |
int |
getLabelDirection(IltGraphic graphic)
Returns the direction of the label set for the given graphic
instance.
|
int |
getLabelDirection(IltGraphicManager manager)
Deprecated.
Please use CSS property
labelDirection instead. |
ilog.util.internal.IlAVector |
getMappedForUserList() |
IltGraphic |
getOutermostParentGraphic(IltGraphicManager manager)
This method is overwritten by the subclasses which can be contained in
other IltObjects.
|
IlvRect |
getShape(IltGraphicManager manager)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasource, please use getPosition instead. |
IlvRect |
getShape(IltGraphicManager manager,
IltGraphic graphic)
Returns the shape graphic setting.
|
protected IlvRect |
getShapeInManager(IltGraphicManager manager,
IltGraphic graphic)
Returns the position of the graphic representation in a given
IltGraphicManager.
|
protected abstract IlpAttribute |
getTypeAttribute()
Returns the attribute that stores type information
|
protected void |
initializeObject(IltObjectState state,
String name)
This method is only called by the constructor.
|
protected boolean |
isItemMoveable(IltGraphic graphic)
Returns
true if this item can be moved. |
boolean |
isShelfItemContainer()
Returns
true if this item can contain other shelf items. |
boolean |
isValidPosition(Object position)
Determines whether the argument is a valid position/shape for this type
of object.
|
void |
resetLabelDirection()
Deprecated.
Please use CSS property
labelDirection instead. |
void |
resetLabelDirection(IltGraphicManager manager)
Deprecated.
Please use CSS property
labelDirection instead. |
void |
restoreVisibility(IltGraphicManager manager,
IltGraphicSettings settings)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. Once visible, it is updated automatically when needed. |
void |
setAttributeValue(IlpAttribute attribute,
Object value)
Sets the value of an attribute of this object.
|
void |
setAutomaticDecorationsDirection(IlpContext context,
boolean automaticDecorationsDirection)
Overwrites the method from IltObject
|
void |
setBaseRectangle(IltGraphicManager manager,
IlvRect newBaseRectangle)
Applies a transformation to the graphic representation in a given
IltGraphicManager, attempting to make the base rectangle resemble
the given rectangle.
|
void |
setCenterPoint(IltGraphicManager manager,
IltGraphic graphic,
IlvPoint position,
IlpPositionSource reason)
Changes the position of the graphic representation in a given
IltGraphicManager.
|
void |
setContainer(IltShelfItemContainer shelfCont)
Specifies the container of this IltShelfItem.
|
void |
setLabelDirection(IltGraphicManager manager,
int direction)
Deprecated.
Please use CSS property
labelDirection instead. |
void |
setLabelDirection(int direction)
Deprecated.
Please use CSS property
labelDirection instead. |
void |
setProperty(Object name,
Object value)
Sets the named property.
|
void |
setShape(IltGraphicManager manager,
IltGraphic graphic,
IlvRect position,
IlpPositionSource reason)
Changes the shape graphic setting.
|
void |
setShape(IltGraphicManager manager,
IlvRect shape)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasource, please use getPosition instead. |
void |
setShape(IltGraphicManager manager,
IlvRect shape,
IlpPositionSource reason)
Deprecated.
Adding a object to a datasource, connected to a graphic component such as
an
IlpNetwork , is enough to make its graphic representation
visible. When working with datasource, use
IltObject.setPosition(IlpPosition) instead. |
void |
setShapeGraphicSetting(IltGraphic graphic,
Object newShape)
Sets the graphic settings responsible for the shape of the object.
|
void |
setShapeInManagerGraphicSetting(IltGraphic graphic,
Object newShape,
IlpPositionSource reason) |
Object |
transformPosition(IltGraphicManager manager,
Object position)
Calculates the transformed position according to the manager's transformer
and the given parameter.
|
void |
updateShapeGraphicSettingInManager(IltGraphicManager manager,
IltGraphic graphic,
Object newShape,
IlpPositionSource reason)
If the graphic representation is visible, updates the shape graphic
setting in manager coordinates.
|
boolean |
usingDefaultShape(IltGraphicManager manager)
Computes the graphic representation of the object in the given manager.
|
__getIlpObject, addGraphicChangedListener, addStateChangedListener, applyTransform, applyTransform, applyTransform, applyTransformInManager, clearState, cloneForRendering, computeGraphic, computeGraphic, computeGraphic, computeGraphic, computeGraphic, computeGraphicAtPosition, copyFrom, createBase, createGraphic, createTinyBase, debug, endDelayingComputeGraphic, EndDelayingComputeGraphic, fireAllGraphicChanged, fireGraphicChanged, ForceInit, forgetShapeGraphicSettingInManager, FromGraphic, getAlarmState, getAttacherInfo, getAttacherInfoController, getAutomaticDecorationsDirection, getBaseRectangleInManager, GetBaseStyleMapping, getCenterPoint, getCenterPointInManager, getChildren, getGraphic, getGraphic, getGraphicInHierarchy, getGraphicInteractions, getGraphicNotNull, getGraphicNotNullInHierarchy, getGraphicRepresentationStyle, getGraphicSetting, getGraphicSetting, getGraphicSettings, GetIltObject, getLabel, getLabelOffset, getLabelOffset, getLabelOffset, getLabelPosition, getLabelPosition, getLabelPosition, getLayoutProxy, getLegend, getLegend, getLocalStyle, getLocalStyle, getLogicalType, getName, getObjectInfo, getObjectMapper, getObjectState, getObjectSystemMapper, getPosition, getProperty, getState, getTinyType, getTrapState, hasState, initializeCreatedGraphic, initializeDefaultValues, initializeVisibleGraphic, InitStyle, isEditable, isNearlyVisible, IsPropertyTransient, isSelected, isSelected, isVisible, mapDirection, mappedForUser, objectStateChanged, objectStateCleared, objectStateSet, postCreateGraphic, preCreateGraphic, removeGraphic, removeGraphic, removeGraphic, removeGraphicChangedListener, removeGraphicSetting, removeGraphicSetting, removeProperty, removeStateChangedListener, resetLabelOffset, resetLabelOffset, resetLabelPosition, resetLabelPosition, resetState, setAutomaticDecorationsDirection, setBaseRectangleInManager, setCenterPoint, setCenterPoint, setCenterPointInManager, setEditable, setGraphic, setGraphicSetting, setGraphicSetting, setGraphicSetting, setGraphicSettings, setIlpClass, setLabel, setLabelOffset, setLabelOffset, setLabelPosition, setLabelPosition, setLegend, setLogicalType, setName, setObjectState, setPosition, SetPropertyTransient, setSelected, setSelectedInternal, setState, setState, setTinyType, setVisible, startDelayingComputeGraphic, StartDelayingComputeGraphic, startVisibility, updateFrom
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, getAttributeValueByName, getIdentifier, getIlpClass, getLocalAttributeValues, getObjectSupport, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValueByName, setLocalAttributeValues, setObjectSupport, toString
public static IltObjectInfo metainfo
IltObject
class.public static IltAttribute DirectionAttribute
Attribute name: direction
.
Value type: IlpDirection
.
The CSS property direction
is, by default, set
to the value of this attribute.
IlpDirection
@Deprecated public static IlpIntegerKey StateIconsStackingDirection
secondaryStateDirection
instead.IlvDirection.Top
,
IlvDirection.Bottom
, IlvDirection.Right
,
IlvDirection.Left
.
IlvDirection.Vertical
and
IlvDirection.Horizontal
are also valid for historical reasons
and are equivalent to IlvDirection.Top
and
IlvDirection.Right
.
IltObjectCustomization.getSecondaryStateDirection()
@Deprecated public static IlpBooleanKey VerticalLabelStacksGlyphs
verticalLabelStacksGlyphs
instead.
This value is used together with IltObject.LabelDirection
.
If true
and if IltObject.LabelDirection
is set to
either IlvDirection.Top
or IlvDirection.Bottom
, the
character glyphs are stacked under each other.
If false
, the label will be positioned according to the value
of IltObject.LabelDirection
.
IltObjectCustomization.isVerticalLabelStacksGlyphs()
public IltShelfItem(Object identifier)
identifier
- the identifier of this new instancepublic IltShelfItem(IlpClass ilpClass, Object identifier)
ilpClass
- the business class of this new instance. It must be a
subclass of IltShelfItem
identifier
- the identifier of this new instancepublic IltShelfItem(IltObjectState state)
IltShelfItem
, with a given semantic
state. This state object is destructively modified later.public IltShelfItem(IltObjectState state, String label)
IltShelfItem
with a given semantic
state and label.public IltShelfItem(IltShelfItem.Type type, IltObjectState state, String label)
IltShelfItem
with a given type,
semantic state and label.public static IltObjectInfo GetIlpClass()
@Deprecated public static IltLegend GetClassLegend()
protected abstract IlpAttribute getTypeAttribute()
protected void initializeObject(IltObjectState state, String name)
initializeObject
in class IltObject
IltObject.initializeObject(ilog.tgo.model.IltObjectState, java.lang.String)
public void setProperty(Object name, Object value)
setProperty
in interface IlWithProperties
setProperty
in class IltObject
name
- Property identifiervalue
- Property valueprotected void copyFrom(IltShelfItem other)
public void setAttributeValue(IlpAttribute attribute, Object value)
VALUE_NOT_SET
for the value
argument.setAttributeValue
in interface IlpAttributeValueHolder
setAttributeValue
in class IltObject
attribute
- The attribute which value is being set.value
- The new value of the attribute or
VALUE_NOT_SET
to remove the value
of the attribute.IllegalArgumentException
- if the attribute cannot have
its value modified.public IltShelfItemContainer getContainer()
IltShelfItemContainer
) of
this IltShelfItem.@Deprecated public void restoreVisibility(IltGraphicManager manager, IltGraphicSettings settings)
IlpNetwork
, is enough to make its graphic representation
visible. Once visible, it is updated automatically when needed.super.restoreVisibility
if it is not contained.restoreVisibility
in class IltObject
IltObject.setGraphicSettings(ilog.tgo.graphic.IltGraphicManager, ilog.tgo.graphic.IltGraphicSettings)
public void setContainer(IltShelfItemContainer shelfCont)
public boolean isShelfItemContainer()
true
if this item can contain other shelf items.protected boolean isItemMoveable(IltGraphic graphic)
true
if this item can be moved.
Shelf items can only be moved if they are outside a shelf or
card carrier, or if they are in its logical/tiny representation.public IltGraphic getOutermostParentGraphic(IltGraphicManager manager)
public Object transformPosition(IltGraphicManager manager, Object position)
transformPosition
in class IltObject
public boolean isValidPosition(Object position)
IltObject
This function overridden in subclasses. Accepted positions are:
IlvPoint
for IltNetworkElement
,
IltOffPageConnector
, IltShelf
,
IlvRect
for IltRectGroup
,
IltShelfItem
,
IlpPolyline
for IltAbstractLink
,
IltLinearGroup
,
IlpPolygon
for IltPolyGroup
.
isValidPosition
in class IltObject
public ilog.tgo.graphic.internal.IltGraphicUpdate createPositionUpdate(Object position, Object positionInManager)
null
, the position/shape set will be
the default value.createPositionUpdate
in class IltObject
position
- the shape in stationary coordinatespositionInManager
- the shape in manager coordinates (takes into
account the logical zoom transformer)public boolean usingDefaultShape(IltGraphicManager manager)
usingDefaultShape
in class IltObject
public void updateShapeGraphicSettingInManager(IltGraphicManager manager, IltGraphic graphic, Object newShape, IlpPositionSource reason)
updateShapeGraphicSettingInManager
in class IltObject
newShape
- the new shape in stationary coordinates; null
means the current value of the shape graphic settingreason
- the reason for the shape change, or null
if
unknown@Deprecated public IlvRect getShape(IltGraphicManager manager)
IlpNetwork
, is enough to make its graphic representation
visible. When working with datasource, please use getPosition
instead.Note that this method is not supposed to be used when this
IltShelfItem
is in a DataSource.
manager
- The graphic manager where this object will be displayed.public IlvRect getShape(IltGraphicManager manager, IltGraphic graphic)
@Deprecated public void setShape(IltGraphicManager manager, IlvRect shape)
IlpNetwork
, is enough to make its graphic representation
visible. When working with datasource, please use getPosition
instead.Note that this method is not supposed to be used when this
IltShelfItem
is in a DataSource.
manager
- The graphic manager where this object will be displayed.shape
- The new shape.@Deprecated public void setShape(IltGraphicManager manager, IlvRect shape, IlpPositionSource reason)
IlpNetwork
, is enough to make its graphic representation
visible. When working with datasource, use
IltObject.setPosition(IlpPosition)
instead.Note that this method is not supposed to be used when this
IltShelfItem
is in a DataSource.
manager
- The graphic manager where this object will be displayed.shape
- The new shape.reason
- The reason for the shape change, or null
if unknownpublic void setShape(IltGraphicManager manager, IltGraphic graphic, IlvRect position, IlpPositionSource reason)
protected IlvRect getShapeInManager(IltGraphicManager manager, IltGraphic graphic)
protected IlvPoint getCenterPoint(IltGraphicManager manager, IltGraphic graphic)
getCenterPoint
in class IltObject
public void setCenterPoint(IltGraphicManager manager, IltGraphic graphic, IlvPoint position, IlpPositionSource reason)
setCenterPoint
in class IltObject
@Deprecated public void applyTransform(IltGraphicManager manager, IltGraphic graphic, IlvTransformer t, IlpPositionSource reason)
IltObject
IltGraphicManager
.
Note: t
is given relative to the stationary
coordinate system, which is the coordinate system used by the other
IltObject
subclasses API functions.
Note that this method is not supposed to be used when this
IltObject
is in a DataSource.
applyTransform
in class IltObject
manager
- The graphic manager where the object is displayed.graphic
- The graphic representation in the manager.t
- The transform parameter.reason
- The reason for the shape change, or null
if unknownIltObject.applyTransform(ilog.tgo.graphic.IltGraphicManager, ilog.views.IlvTransformer)
,
IltGraphicManager.getZoomTransformer()
public void setShapeGraphicSetting(IltGraphic graphic, Object newShape)
setShapeGraphicSetting
in class IltObject
public void setShapeInManagerGraphicSetting(IltGraphic graphic, Object newShape, IlpPositionSource reason)
setShapeInManagerGraphicSetting
in class IltObject
public IlvRect getBaseRectangle(IltGraphicManager manager)
getBaseRectangle
in class IltObject
null
if the base has no extent at allpublic void setBaseRectangle(IltGraphicManager manager, IlvRect newBaseRectangle)
setBaseRectangle
in class IltObject
public Object defaultShape()
defaultShape
in class IltObject
public static boolean CheckDirection(int direction)
public int getDefaultLabelPosition(IltGraphic graphic)
IlvDirection.BadPosition
.getDefaultLabelPosition
in class IltObject
@Deprecated public int getLabelDirection()
labelDirection
instead.The value is retrieved from the object style that is present in the default application context.
@Deprecated public int getLabelDirection(IltGraphicManager manager)
labelDirection
instead.public int getLabelDirection(IltGraphic graphic)
@Deprecated public void setLabelDirection(int direction) throws IltSlotInvalidPositionException
labelDirection
instead.This method updates also all the previously created instances which use the default value.
This method throws an IltSlotInvalidPositionException if the given direction value is different from IlvDirection.Top, Bottom, Left or Right.
The value is set in the object style that is present in the default application context.
IltSlotInvalidPositionException
@Deprecated public void setLabelDirection(IltGraphicManager manager, int direction) throws IltSlotInvalidPositionException
labelDirection
instead.This method throws an IltSlotInvalidPositionException if the given direction value is different from IlvDirection.Top, Bottom, Left or Right.
IltSlotInvalidPositionException
@Deprecated public void resetLabelDirection()
labelDirection
instead.All instances which currently use this default value are updated.
The value is reset in the object style that is present in the default application context.
@Deprecated public void resetLabelDirection(IltGraphicManager manager)
labelDirection
instead.public void setAutomaticDecorationsDirection(IlpContext context, boolean automaticDecorationsDirection)
setAutomaticDecorationsDirection
in class IltObject
public ilog.util.internal.IlAVector getMappedForUserList()
getMappedForUserList
in class IltObject
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.