Searched refs:FrameDsc (Results 1 – 5 of 5) sorted by relevance
36 public class FrameDsc extends InstDescr { class48 public FrameDsc() { in FrameDsc() method in FrameDsc52 public FrameDsc( int nHeight, int nWidth ) { in FrameDsc() method in FrameDsc58 public FrameDsc( String FrameName, int nHeight, int nWidth ) { in FrameDsc() method in FrameDsc
274 FrameDsc tDsc = new FrameDsc(); in createTextFrame()288 FrameDsc tDsc = new FrameDsc(height, width); in createTextFrame()
50 FrameDsc.java \
84 if ( iDsc instanceof FrameDsc ) { in createCollection()
32 import util.FrameDsc;146 FrameDsc tDsc = new FrameDsc( 3000, 6000 ); in createTestEnvironment()
Completed in 28 milliseconds