src/share/classes/javax/print/attribute/standard/MediaSizeName.java

Print this page




 534                 NA_NUMBER_11_ENVELOPE,
 535                 NA_NUMBER_12_ENVELOPE,
 536                 NA_NUMBER_14_ENVELOPE,
 537                 NA_6X9_ENVELOPE,
 538                 NA_7X9_ENVELOPE,
 539                 NA_9X11_ENVELOPE,
 540                 NA_9X12_ENVELOPE,
 541                 NA_10X13_ENVELOPE,
 542                 NA_10X14_ENVELOPE,
 543                 NA_10X15_ENVELOPE,
 544                 NA_5X7,
 545                 NA_8X10,
 546         };
 547 
 548 
 549     /**
 550      * Returns the string table for class MediaSizeName.
 551      */
 552     protected String[] getStringTable()
 553     {
 554         return (String[])myStringTable.clone();
 555     }
 556 
 557     /**
 558      * Returns the enumeration value table for class MediaSizeName.
 559      */
 560     protected EnumSyntax[] getEnumValueTable() {
 561         return (EnumSyntax[])myEnumValueTable.clone();
 562     }
 563 
 564 
 565 }


 534                 NA_NUMBER_11_ENVELOPE,
 535                 NA_NUMBER_12_ENVELOPE,
 536                 NA_NUMBER_14_ENVELOPE,
 537                 NA_6X9_ENVELOPE,
 538                 NA_7X9_ENVELOPE,
 539                 NA_9X11_ENVELOPE,
 540                 NA_9X12_ENVELOPE,
 541                 NA_10X13_ENVELOPE,
 542                 NA_10X14_ENVELOPE,
 543                 NA_10X15_ENVELOPE,
 544                 NA_5X7,
 545                 NA_8X10,
 546         };
 547 
 548 
 549     /**
 550      * Returns the string table for class MediaSizeName.
 551      */
 552     protected String[] getStringTable()
 553     {
 554         return myStringTable.clone();
 555     }
 556 
 557     /**
 558      * Returns the enumeration value table for class MediaSizeName.
 559      */
 560     protected EnumSyntax[] getEnumValueTable() {
 561         return (EnumSyntax[])myEnumValueTable.clone();
 562     }
 563 
 564 
 565 }