|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.chart.client.draw.path.PathCommand
com.sencha.gxt.chart.client.draw.path.LineToHorizontal
public class LineToHorizontal
A PathCommand that represents a horizontal line.
| Constructor Summary | |
|---|---|
LineToHorizontal()
Creates a horizontal line PathCommand. |
|
LineToHorizontal(double x)
Creates a horizontal line PathCommand using the given coordinates. |
|
LineToHorizontal(double x,
boolean relative)
Creates a horizontal line PathCommand using the given coordinates. |
|
LineToHorizontal(LineToHorizontal horizontal)
Creates a copy of the given horizontal line PathCommand. |
|
| Method Summary | |
|---|---|
LineToHorizontal |
copy()
Returns a copy of the path command. |
double |
getX()
Returns the x-coordinate of the end point of the command. |
boolean |
nearEqual(PathCommand command)
Determines equality of two commands using rounded values. |
void |
setX(double x)
Sets the x-coordinate of the end point of the command. |
void |
toAbsolute(PrecisePoint currentPoint,
PrecisePoint movePoint)
Converts the path commands to absolute coordinates using the given frame of reference and the last move. |
CurveTo |
toCurve(PrecisePoint currentPoint,
PrecisePoint movePoint,
PrecisePoint curvePoint,
PrecisePoint quadraticPoint)
Converts the PathCommand to a CurveTo command. |
String |
toString()
|
| Methods inherited from class com.sencha.gxt.chart.client.draw.path.PathCommand |
|---|
isRelative, setRelative |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LineToHorizontal()
PathCommand. Defaults to absolute.
public LineToHorizontal(double x)
PathCommand using the given coordinates.
Defaults to absolute.
x - the x-coordinate of the end point of the line
public LineToHorizontal(double x,
boolean relative)
PathCommand using the given coordinates.
x - the x-coordinate of the end point of the linerelative - true if the command is relativepublic LineToHorizontal(LineToHorizontal horizontal)
PathCommand.
horizontal - the command to be copied| Method Detail |
|---|
public LineToHorizontal copy()
PathCommand
copy in class PathCommandpublic double getX()
public boolean nearEqual(PathCommand command)
PathCommand
nearEqual in class PathCommandcommand - the command to compare
public void setX(double x)
x - the x-coordinate of the end point of the command
public void toAbsolute(PrecisePoint currentPoint,
PrecisePoint movePoint)
PathCommand
toAbsolute in class PathCommandcurrentPoint - frame of referencemovePoint - last move point
public CurveTo toCurve(PrecisePoint currentPoint,
PrecisePoint movePoint,
PrecisePoint curvePoint,
PrecisePoint quadraticPoint)
PathCommandPathCommand to a CurveTo command. If a
MoveTo no conversion takes place, but the current move point is
updated.
toCurve in class PathCommandcurrentPoint - the current point of the pathmovePoint - the frame of reference for the pathcurvePoint - the frame of reference for the BézierquadraticPoint - the beginning of the last quadratic curve
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||