|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GRObject | |
com.jxcell |
Uses of GRObject in com.jxcell |
Subclasses of GRObject in com.jxcell | |
class |
GRChart
|
Methods in com.jxcell that return GRObject | |
GRObject |
View.addObject(short objectType,
double x1,
double y1,
double x2,
double y2)
Creates and adds an object to the active worksheet |
GRObject |
View.addPicture(double x1,
double y1,
double x2,
double y2,
java.lang.String fileName)
Adds picture object to the worksheet |
GRObject |
View.getFirstObject()
Returns the first object in the active worksheet This method can be used in conjunction with the getNextObject method to to loop through all the objects in a worksheet. |
GRObject |
View.getSelectedObject(int selection)
Returns the ID of a selected object. |
GRObject |
ObjectEvent.getObject()
Returns the graphical object that generated this event |
static GRObject |
GRObject.getGRObject(java.awt.Shape shape)
|
GRObject |
GRObject.getNextObject()
|
Methods in com.jxcell with parameters of type GRObject | |
void |
View.addSelection(GRObject grobject)
Selects an additional object. |
void |
View.removeObject(GRObject grobject)
Removes the specified object. |
void |
GRObject.addObject(GRObject grobject)
|
void |
GRObject.copy(GRObject grobject)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |