public class RegionStore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
actions |
(package private) java.lang.Object |
active |
(package private) int[] |
activeLims |
(package private) java.lang.String |
activeTag |
(package private) Region |
dragOverRegion |
(package private) Region |
hoverOverRegion |
(package private) int |
nreg |
(package private) Region |
pressRegion |
(package private) java.lang.Object[] |
refs |
(package private) int[][] |
regs |
(package private) java.lang.String[] |
tags |
Constructor and Description |
---|
RegionStore() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
activeRegion(int x,
int y) |
void |
addLengthenedRegion(int[] xywh,
java.lang.Object obj) |
void |
addRegion(int[] xywh,
java.lang.Object obj,
java.lang.String s,
int acts) |
void |
addRegion(int x,
int y,
int w,
int h,
java.lang.Object obj,
java.lang.String flav,
int acts) |
void |
clear() |
void |
clearActive() |
void |
dragOver(int x,
int y) |
java.lang.Object |
getActive() |
int[] |
getActiveLimits() |
java.lang.String |
getActiveTag() |
Region |
getDragOverRegion() |
Region |
getHoverRegion() |
Region |
getPressRegion() |
boolean |
hasActive() |
void |
hoverOver(int x,
int y) |
void |
press(int x,
int y) |
private boolean |
within(int x,
int y,
int[] rr) |
int[][] regs
java.lang.Object[] refs
java.lang.String[] tags
int[] actions
int nreg
java.lang.Object active
int[] activeLims
java.lang.String activeTag
Region dragOverRegion
Region hoverOverRegion
Region pressRegion
public void clear()
public void addRegion(int[] xywh, java.lang.Object obj, java.lang.String s, int acts)
public void addLengthenedRegion(int[] xywh, java.lang.Object obj)
public void addRegion(int x, int y, int w, int h, java.lang.Object obj, java.lang.String flav, int acts)
public java.lang.Object activeRegion(int x, int y)
public int[] getActiveLimits()
public java.lang.String getActiveTag()
private final boolean within(int x, int y, int[] rr)
public java.lang.Object getActive()
public boolean hasActive()
public void clearActive()
public void dragOver(int x, int y)
public Region getDragOverRegion()
public void hoverOver(int x, int y)
public Region getHoverRegion()
public void press(int x, int y)
public Region getPressRegion()
Copyright © 2013. All Rights Reserved.