public static class CursorDisplayer.CursorLine extends Object
Modifier and Type | Field and Description |
---|---|
protected Color |
color |
protected Component |
source |
protected int |
sourceX |
protected int |
sourceYMax |
protected int |
sourceYMin |
Constructor and Description |
---|
CursorDisplayer.CursorLine(Component source) |
CursorDisplayer.CursorLine(Component source,
int sourceX,
int sourceYMin,
int sourceYMax) |
CursorDisplayer.CursorLine(Component source,
int sourceX,
int sourceYMin,
int sourceYMax,
Color color) |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
int |
getSourceX() |
int |
getSourceYMax() |
int |
getSourceYMin() |
int |
getX(Component target) |
int |
getYMax(Component target) |
int |
getYMin(Component target) |
void |
setColor(Color color) |
void |
setSourceX(int sourceX) |
void |
setSourceYMax(int sourceYMax) |
void |
setSourceYMin(int sourceYMin) |
protected Component source
protected int sourceX
protected int sourceYMin
protected int sourceYMax
protected Color color
public CursorDisplayer.CursorLine(Component source)
public CursorDisplayer.CursorLine(Component source, int sourceX, int sourceYMin, int sourceYMax)
public void setSourceX(int sourceX)
public void setSourceYMin(int sourceYMin)
public void setSourceYMax(int sourceYMax)
public void setColor(Color color)
public int getSourceX()
public int getSourceYMin()
public int getSourceYMax()
public Color getColor()
public int getX(Component target)
public int getYMin(Component target)
public int getYMax(Component target)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.