Home | History | Annotate | Download | only in clearsilver

Lines Matching refs:hdf

20  * A factory for constructing new CS and HDF objects.  Allows applications to
21 * provide subclasses of HDF or CS to be used by the Java Clearsilver
28 * @param hdf the HDF object to use in constructing the CS object.
31 public CS newCs(HDF hdf);
35 * @param hdf the HDF object to use in constructing the CS object.
36 * @param globalHdf the global HDF object to use in constructing the
40 public CS newCs(HDF hdf, HDF globalHdf);
43 * Create a new HDF object.
44 * @return a new HDF object
46 public HDF newHdf();