Uses of Interface
gzz.Obs

Packages that use Obs
gzz gzz 
gzz.client   
gzz.client.awt   
gzz.gfx.gl   
gzz.impl   
 

Uses of Obs in gzz
 

Methods in gzz with parameters of type Obs
 Enfilade1D VStreamCellTexter.getEnfilade(Cell c, Obs o)
          Get the vstream in this cell.
 java.lang.String VStreamCellTexter.getText(Cell c, Obs o)
          Return the vstream in this cell, merged into a single String.
 Cell Space.N(Cell inSlice, Dim dim, int dir, Obs o)
          Create a new cell in the same slice as the given cell, and connect it in the direction given.
 Cell Space.N(Cell inSlice, Cell dim, int dir, Obs o)
           
 void ObsTrigger.addObs(Obs o, java.lang.Object obj, java.lang.Object code)
          Add an observer.
 void ObsTrigger.rmObs(Obs o)
          Remove all observations that the given observer is making.
 java.lang.Object JavaObjector.getJavaObject(Cell c, Obs o)
          Get the Java object associated with this cell.
 Cell Dim.s(Cell c, int steps, Obs o)
          Get another cell steps steps on the dimension from c.
 boolean Dim.isCircularHead(Cell c, Obs o)
          Whether the given cell is a headcell of a circular rank on this dimension.
 Cell Dim.h(Cell c, int dir, Obs o)
          Get headcell.
 java.lang.String CellTexter.getText(Cell c, Obs o)
          Get the text for the given cell.
 Cell Cell.getOrNew(Dim dim, int dir, Obs o)
          Get or create a new cell connected to this cell.
 Cell Cell.N(Dim dim, int dir, Obs o)
          Create a new cell connected to this cell and attach an observer to it atomically.
 Cell Cell.s(Dim dim, int steps, Obs o)
          Find the neighbour of this cell along a dimension and attach an observer to this relation atomically.
 Cell Cell.s(Dim dim, Obs o)
          Find the next cell along a dimension.
 Cell Cell.h(Dim dim, int dir, boolean ensuremove, Obs o)
          Find the headcell of a rank.
 java.lang.String Cell.t(Obs o)
           
 Cell Cell.getRootclone(Obs o)
          Get the root clone of this cell: the headcell of the clone dimension.
 java.lang.Object Cell.getJavaObject(Obs o)
          Get the Java object associated with this cell, if any.
 

Uses of Obs in gzz.client
 

Subinterfaces of Obs in gzz.client
 interface Shower
          An interface for the party that's responsible for generating the vobscene for a view.
 

Classes in gzz.client that implement Obs
 class AbstractShower
           
 class Fallback.Win
           
 

Methods in gzz.client with parameters of type Obs
static Cell Params.getParam(Cell c, Cell param, Obs o)
           
static Cell Params.getNextParam(Cell c, Obs o)
           
static Cell[] Params.getCells(Cell start, Cell dim, int nmax, Obs obs)
           
static Cell[] Params.getCells(Cell start, Dim dim, int nmax, Obs obs)
           
static java.lang.String[] Params.getStrings(Cell start, Cell dim, int nmax, Obs obs)
          Get a list of strings in cells starting from start (INCLUSIVE).
static java.lang.String[] Params.getStrings(Cell start, Dim dim, int nmax, Obs obs)
           
static int[] Params.getInts(Cell start, Cell dim, int nmax, Obs obs)
          Get a list of integers in cells starting from start (INCLUSIVE).
static int[] Params.getInts(Cell start, Dim dim, int nmax, Obs obs)
           
 

Uses of Obs in gzz.client.awt
 

Classes in gzz.client.awt that implement Obs
 class AWTScreen
          A single output window.
 class FrameScreen
          A single output window in a Java AWT Frame.
 

Uses of Obs in gzz.gfx.gl
 

Methods in gzz.gfx.gl with parameters of type Obs
 int MipzipMemoryConsumer.setReservation(float priority, int bytes, float quality, Obs o)
           
 

Uses of Obs in gzz.impl
 

Methods in gzz.impl with parameters of type Obs
 Enfilade1D SimpleVStreamTexter.getEnfilade(Cell c, Obs o)
           
 java.lang.String SimpleVStreamTexter.getText(Cell c, Obs o)
           
 void SimpleObsTrigger.addObs(Obs o, java.lang.Object obj, java.lang.Object code)
           
 void SimpleObsTrigger.rmObs(Obs o)
           
 Cell SimpleDim.s(Cell c, int steps, Obs o)
           
 boolean SimpleDim.isCircularHead(Cell c, Obs o)
           
 Cell SimpleDim.DirMap.get(Cell c, Obs o)
           
 Cell ModularSpace.N(Cell inSlice, Dim dim, int dir, Obs o)
           
abstract  Span EvilCellTexter.getSpan(Cell c, Obs o)
           
 void DummyObsTrigger.addObs(Obs o, java.lang.Object obj, java.lang.Object code)
           
 void DummyObsTrigger.rmObs(Obs o)
           
 Cell AbstractSpace.N(Cell c, Cell dim, int dir, Obs o)
           
abstract  Cell AbstractDim.s(Cell c, int steps, Obs o)
           
abstract  boolean AbstractDim.isCircularHead(Cell c, Obs o)
           
 Cell AbstractDim.h(Cell c, int dir, Obs o)
          Get headcell.