/[classpath]/classpath/javax/print/attribute/standard/MediaSizeName.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/standard/MediaSizeName.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.2.2.2 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package javax.print.attribute.standard;  package javax.print.attribute.standard;
39    
40    import javax.print.attribute.EnumSyntax;
41    
42  /**  /**
43     * An enumeration of media size names, conforming to RFC 2911.
44     *
45   * @author Michael Koch (konqueror@gmx.de)   * @author Michael Koch (konqueror@gmx.de)
46   */   */
47  public class MediaSizeName extends Media  public class MediaSizeName extends Media
# Line 132  public class MediaSizeName extends Media Line 136  public class MediaSizeName extends Media
136    {    {
137      super(value);      super(value);
138    }    }
139    
140      protected EnumSyntax[] getEnumValueTable()
141      {
142        // FIXME
143        return null;
144      }
145    
146      protected String[] getStringTable()
147      {
148        // FIXME
149        return null;
150      }
151  }  }

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26