public class IltFacesGraphObjectSelectedFinder extends IlvFacesObjectSelectedFinder
This class defines the default object selected finder for a (@link ilog.tgo.faces.graph.component.IltFacesGraphView graph view}
Constructor and Description |
---|
IltFacesGraphObjectSelectedFinder()
Creates a new
IltFacesGraphObjectSelectedFinder instance. |
Modifier and Type | Method and Description |
---|---|
Object |
computeObjectSelected(IlvFacesView facesView,
IlvPoint pointClicked,
IlvTransformer transformer)
Returns the representation object at a given point in the graph view.
|
Object |
computeObjectSelected(IlvManagerView managerView,
IlvPoint pointClicked,
IlvTransformer transformer)
Returns the representation object at a given point in the graph view.
|
computeObjectSelected, computeObjectSelected
public IltFacesGraphObjectSelectedFinder()
IltFacesGraphObjectSelectedFinder
instance.public Object computeObjectSelected(IlvFacesView facesView, IlvPoint pointClicked, IlvTransformer transformer)
Returns the representation object at a given point in the graph view.
computeObjectSelected
in class IlvFacesObjectSelectedFinder
facesView
- The current Faces graph view.pointClicked
- The clicked point in image coordinates.transformer
- The current manager view transformer.IlpRepresentationObject
), if any.public Object computeObjectSelected(IlvManagerView managerView, IlvPoint pointClicked, IlvTransformer transformer)
Returns the representation object at a given point in the graph view.
computeObjectSelected
in class IlvFacesObjectSelectedFinder
managerView
- The manager view associated with the graph view.pointClicked
- The clicked point in image coordinates.transformer
- The current manager view transformer.IlpRepresentationObject
), if any.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.