public class IconPainter.PickResult extends Object
Constructor and Description |
---|
PickResult(Object groupId,
Object iconId,
int iconIndex,
GlimpseTargetStack stack) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getGroupId() |
Object |
getIconId() |
int |
getIconIndex() |
GlimpseTargetStack |
getTargetStack()
PickResults report a GlimpseTargetStack because they may be generated from
instances of the painter draw to different GlimpseTargets.
|
int |
hashCode() |
String |
toString() |
public PickResult(Object groupId, Object iconId, int iconIndex, GlimpseTargetStack stack)
public Object getGroupId()
public Object getIconId()
public int getIconIndex()
public GlimpseTargetStack getTargetStack()
TrackPainter
have
similar issues. There is not a Glimpse-wide solution to this general problem
which was introduced as an ugly side-effect of the painter retargeting
changes made in Glimpse 0.8.Copyright © 2016 Metron, Inc.. All rights reserved.