Esempio n. 1
0
 static JDFAutoIcon()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.SIZE, 0x22222221, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.BITDEPTH, 0x22222221, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.ICONUSAGE, 0x33333331, AttributeInfo.EnumAttributeType.enumerations, EnumIconUsage.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.FILESPEC, 0x55555551);
 }
Esempio n. 2
0
 ///
 ///          <summary> * (9.2) get IconUsage attribute IconUsage </summary>
 ///          * <returns> Vector of the enumerations </returns>
 ///
 public virtual List <ValuedEnum> getIconUsage()
 {
     return(getEnumerationsAttribute(AttributeName.ICONUSAGE, null, EnumIconUsage.getEnum(0), false));
 }