示例#1
0
 static JDFAutoRenderingParams()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.BANDHEIGHT, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.BANDORDERING, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumBandOrdering.getEnum(0), null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.BANDWIDTH, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.COLORANTDEPTH, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.INTERLEAVED, 0x33333333, AttributeInfo.EnumAttributeType.boolean_, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.AUTOMATEDOVERPRINTPARAMS, 0x66666666);
     elemInfoTable[1] = new ElemInfoTable(ElementName.OBJECTRESOLUTION, 0x33333333);
     elemInfoTable[2] = new ElemInfoTable(ElementName.MEDIA, 0x77777761);
 }
示例#2
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute BandOrdering
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute BandOrdering </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setBandOrdering(EnumBandOrdering enumVar)
 {
     setAttribute(AttributeName.BANDORDERING, enumVar == null ? null : enumVar.getName(), null);
 }
示例#3
0
 ///
 ///          <summary> * (9) get attribute BandOrdering </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumBandOrdering getBandOrdering()
 {
     return(EnumBandOrdering.getEnum(getAttribute(AttributeName.BANDORDERING, null, null)));
 }
示例#4
0
 static JDFAutoByteMap()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.FRAMEHEIGHT, 0x22222222, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.FRAMEWIDTH, 0x22222222, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.HALFTONED, 0x22222222, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.INTERLEAVED, 0x22222222, AttributeInfo.EnumAttributeType.boolean_, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.RESOLUTION, 0x22222222, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.BANDORDERING, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumBandOrdering.getEnum(0), null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.PIXELSKIP, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.BAND, 0x22222222);
     elemInfoTable[1] = new ElemInfoTable(ElementName.COLORPOOL, 0x66666611);
     elemInfoTable[2] = new ElemInfoTable(ElementName.FILESPEC, 0x33333333);
     elemInfoTable[3] = new ElemInfoTable(ElementName.PIXELCOLORANT, 0x22222222);
 }