|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgms.RARRAY
public class RARRAY
Nested Class Summary | |
---|---|
(package private) class |
RARRAY.Block
|
(package private) class |
RARRAY.Zone
|
Field Summary | |
---|---|
(package private) java.util.Vector |
Blocks
|
(package private) ByRefFloat |
CNSTNT
|
(package private) ByRefString |
FMTIN
|
(package private) ByRefInt |
IPRN
|
(package private) ByRefInt |
IREAD
|
(package private) ByRefInt |
NBLOCK
|
(package private) ByRefInt |
NCOL
|
(package private) ByRefInt |
NROW
|
(package private) int |
numOnLine
|
(package private) ByRefInt |
NZONES
|
(package private) ByRefFloat[] |
values
|
(package private) int |
width
|
(package private) java.util.Vector |
Zones
|
Constructor Summary | |
---|---|
RARRAY()
|
Method Summary | |
---|---|
void |
changeTo(float d)
|
static int |
getFormatCount(java.lang.String s)
|
static int |
getFormatWidth(java.lang.String s)
|
boolean |
isSimple()
|
void |
operate(Operator t,
ByRefInt col)
|
void |
operate(Operator t,
ByRefInt col,
ByRefInt row)
|
void |
operate(Operator t,
int col)
|
void |
operate(Operator t,
int col,
int row)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int width
int numOnLine
ByRefInt NCOL
ByRefInt NROW
ByRefFloat[] values
ByRefInt IREAD
ByRefInt IPRN
ByRefInt NBLOCK
ByRefInt NZONES
ByRefString FMTIN
java.util.Vector Zones
java.util.Vector Blocks
ByRefFloat CNSTNT
Constructor Detail |
---|
public RARRAY()
Method Detail |
---|
public static int getFormatCount(java.lang.String s)
public static int getFormatWidth(java.lang.String s)
public boolean isSimple()
public void changeTo(float d)
public void operate(Operator t, int col) throws java.lang.Exception
java.lang.Exception
public void operate(Operator t, ByRefInt col) throws java.lang.Exception
java.lang.Exception
public void operate(Operator t, ByRefInt col, ByRefInt row) throws java.lang.Exception
java.lang.Exception
public void operate(Operator t, int col, int row) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |