|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.iisc.jwc.jsheet.JSValueMatrix
JSValueMatrix is one of the data types returned by JSEvaluateValue.
JSClient.evaluate(short, java.lang.String)| Constructor Summary | |
JSValueMatrix(com.iisc.jwc.orb.ValueMatrix valuematrix)
Constructs a JSValueMatrix from a ValueMatrix. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of the existing JSValueMatrix. |
short |
getdim1()
Returns the first dimension. |
short |
getdim2()
Returns the second dimension. |
short |
getdim3()
Returns the third dimension |
JSValue |
getElement(short d1,
short d2,
short d3)
Returns the specified element. |
JSValue |
getFirstDimensionElement(int element)
Returns the specified first dimension element. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JSValueMatrix(com.iisc.jwc.orb.ValueMatrix valuematrix)
valuematrix - the ValueMatrix.| Method Detail |
public java.lang.Object clone()
public short getdim1()
public short getdim2()
public short getdim3()
public JSValue getElement(short d1,
short d2,
short d3)
throws JSException
d1 - The first dimension (0 based).d2 - The second dimension (0 based).d3 - The third dimension (0 based).
JSException - Invalid argumentpublic JSValue getFirstDimensionElement(int element)
element - The first dimension (0 based).
|
Email JSheet Support | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||