|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgms.IARRAY
public class IARRAY
Nested Class Summary | |
---|---|
(package private) class |
IARRAY.Block
|
(package private) class |
IARRAY.Zone
|
Field Summary | |
---|---|
(package private) java.util.Vector |
Blocks
|
(package private) ByRefString |
FMTIN
|
(package private) ByRefInt |
ICONST
|
(package private) ByRefInt |
IPRN
|
(package private) ByRefInt |
IREAD
|
(package private) ByRefInt[] |
ivalues
|
(package private) ByRefInt |
NBLOCK
|
(package private) ByRefInt |
NCOL
|
(package private) ByRefInt |
NROW
|
(package private) int |
numOnLine
|
(package private) ByRefInt |
NZONES
|
(package private) int |
width
|
(package private) java.util.Vector |
Zones
|
Constructor Summary | |
---|---|
IARRAY()
|
Method Summary | |
---|---|
void |
changeTo(int d)
|
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
ByRefInt[] ivalues
ByRefInt IREAD
ByRefInt IPRN
ByRefInt NBLOCK
ByRefInt NZONES
ByRefString FMTIN
java.util.Vector Zones
java.util.Vector Blocks
ByRefInt ICONST
Constructor Detail |
---|
public IARRAY()
Method Detail |
---|
public boolean isSimple()
public void changeTo(int 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 |