public interface IlvManagerViewDecoration
IlvManagerViewDecoration
is an interface that must be
implemented by objects that need to draw something on top of an
IlvManagerView
IlvManagerView.addViewDecoration(ilog.views.IlvManagerViewDecoration)
Modifier and Type | Method and Description |
---|---|
void |
paint(Graphics dst,
IlvManagerView view)
Paints the decoration in the specified view.
|
void paint(Graphics dst, IlvManagerView view)
dst
- The Graphics to paint to.view
- The manager view.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.