All Methods
zio package

context

zio
Class ZSlice


java.lang.Object

  extended byzio.ZObject

      extended byzio.ZSlice

Direct Known Subclasses:
ZCol, ZRow

public abstract class ZSlice
extends ZObject

Base class for slices (that is ZRows and ZCols).. One public method is inherited from ZObject but not is not likely to be useful here.

Version:
Jul 22, 2005
Author:
copyright 2005 by J Adrian Zimmer
Licensed under the Open Software License version 2.1

Constructor Summary
ZSlice()
           
 
Methods inherited from class zio.ZObject
getSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZSlice


public ZSlice()

author
context