Modifier and Type | Class and Description |
---|---|
class |
JMELine
The Class JMELine.
|
Modifier and Type | Method and Description |
---|---|
static float |
TablePosUtilities.angleBetweenLines(ILine firstLine,
ILine secondLine)
Angle between lines.
|
void |
TablePosApp.moveLine(MultiTouchCursorEvent event,
ILine line)
Move line.
|
Modifier and Type | Method and Description |
---|---|
static void |
ZManager.manageLineOrder(IStage stage,
ILine line,
IItem source,
IItem target,
boolean invert)
Manage line order.
|
static void |
ZManager.manageLineOrderFull(IStage stage,
ILine line,
IItem source,
IItem target)
Manage line order full.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICachableLine
The Interface ICachableLine.
|
Modifier and Type | Class and Description |
---|---|
class |
CachableLine
The Class CachableLine.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityItem.setLineFromPOI(ILine lineFromPOI)
Sets the line from poi.
|
Constructor and Description |
---|
LensVisiblePOI(java.lang.String lenseValues,
IImage poi,
ILine line,
float x,
float y)
Instantiates a new lens visible poi.
|