@Dependent public class CanvasBoundsIndexerImpl extends Object implements CanvasBoundsIndexer<AbstractCanvasHandler>
| Constructor and Description |
|---|
CanvasBoundsIndexerImpl() |
| Modifier and Type | Method and Description |
|---|---|
BoundsIndexer<AbstractCanvasHandler,Node<View<?>,Edge>> |
build(AbstractCanvasHandler context) |
void |
destroy() |
Node<View<?>,Edge> |
getAt(double x,
double y) |
Node<View<?>,Edge> |
getAt(double x,
double y,
double width,
double height,
Element parentNode) |
double[] |
getTrimmedBounds() |
public BoundsIndexer<AbstractCanvasHandler,Node<View<?>,Edge>> build(AbstractCanvasHandler context)
build in interface BoundsIndexer<AbstractCanvasHandler,Node<View<?>,Edge>>public Node<View<?>,Edge> getAt(double x, double y)
getAt in interface BoundsIndexer<AbstractCanvasHandler,Node<View<?>,Edge>>public Node<View<?>,Edge> getAt(double x, double y, double width, double height, Element parentNode)
getAt in interface BoundsIndexer<AbstractCanvasHandler,Node<View<?>,Edge>>public double[] getTrimmedBounds()
getTrimmedBounds in interface BoundsIndexer<AbstractCanvasHandler,Node<View<?>,Edge>>public void destroy()
destroy in interface BoundsIndexer<AbstractCanvasHandler,Node<View<?>,Edge>>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.