|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.legend.LegendItemCoordinates
public class LegendItemCoordinates
Title: LegendItemCoordinates class
Description: Legend Position.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
int |
xColor
|
Constructor Summary | |
---|---|
LegendItemCoordinates(int index,
int x,
int y,
int xColor)
|
|
LegendItemCoordinates(LegendItemCoordinates c)
|
Method Summary | |
---|---|
int |
getIndex()
The Index of the Legend item. |
int |
getX()
The specific X coordinate of the Legend item. |
int |
getXColor()
The specific XColor coordinate of the Legend item. |
int |
getY()
The specific Y coordinate of the Legend item. |
void |
setX(int value)
Sts the specific X coordinate of the Legend item. |
void |
setXColor(int value)
Sets the specific XColor coordinate of the Legend item. |
void |
setY(int value)
Sets the specific Y coordinate of the Legend item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int xColor
Constructor Detail |
---|
public LegendItemCoordinates(int index, int x, int y, int xColor)
public LegendItemCoordinates(LegendItemCoordinates c)
Method Detail |
---|
public int getIndex()
public int getX()
public void setX(int value)
value
- intpublic int getY()
public void setY(int value)
value
- intpublic int getXColor()
public void setXColor(int value)
value
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |