ilog.views
Class IlvHoverHighlightingImageOperation.NonGraphicBagFilter
java.lang.Object
ilog.views.IlvHoverHighlightingImageOperation.NonGraphicBagFilter
- All Implemented Interfaces:
- IlvHoverHighlightingImageOperation.Filter
- Enclosing class:
- IlvHoverHighlightingImageOperation
public static class IlvHoverHighlightingImageOperation.NonGraphicBagFilter
- extends Object
- implements IlvHoverHighlightingImageOperation.Filter
A filter class that only highlights graphic objects that are not an instance
of IlvGraphicBag.
- Since:
- JViews 8.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlvHoverHighlightingImageOperation.NonGraphicBagFilter
public IlvHoverHighlightingImageOperation.NonGraphicBagFilter()
- Creates a new
NonGraphicBagFilter.
highlightObject
public boolean highlightObject(IlvGraphic graphic)
- This implementation returns
true if the object is not an
instance of IlvGraphicBag.
- Specified by:
highlightObject in interface IlvHoverHighlightingImageOperation.Filter
- Parameters:
graphic - The object to check.
- Returns:
true if the object is not a graphic bag.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.