Esempio n. 1
0
 static JDFAutoHoleMakingIntent()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.HOLEREFERENCEEDGE, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumHoleReferenceEdge.getEnum(0), "Left");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.EXTENT, 0x33333311, AttributeInfo.EnumAttributeType.XYPair, null, null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.HOLETYPE, 0x55555555);
     elemInfoTable[1] = new ElemInfoTable(ElementName.HOLELIST, 0x66666666);
 }
Esempio n. 2
0
        // ************************************************************************
        // * Attribute getter / setter
        // * ************************************************************************
        //

        //         ---------------------------------------------------------------------
        //        Methods for Attribute HoleReferenceEdge
        //        ---------------------------------------------------------------------
        ///
        ///          <summary> * (5) set attribute HoleReferenceEdge </summary>
        ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
        ///
        public virtual void setHoleReferenceEdge(EnumHoleReferenceEdge enumVar)
        {
            setAttribute(AttributeName.HOLEREFERENCEEDGE, enumVar == null ? null : enumVar.getName(), null);
        }
Esempio n. 3
0
 ///
 ///          <summary> * (9) get attribute HoleReferenceEdge </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumHoleReferenceEdge getHoleReferenceEdge()
 {
     return(EnumHoleReferenceEdge.getEnum(getAttribute(AttributeName.HOLEREFERENCEEDGE, null, "Left")));
 }
Esempio n. 4
0
 static JDFAutoHoleMakingParams()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.CENTERREFERENCE, 0x33333331, AttributeInfo.EnumAttributeType.enumeration, EnumCenterReference.getEnum(0), "TrailingEdge");
     atrInfoTable[1]  = new AtrInfoTable(AttributeName.HOLETYPE, 0x22222221, AttributeInfo.EnumAttributeType.enumerations, JDFMedia.EnumHoleType.getEnum(0), null);
     atrInfoTable[2]  = new AtrInfoTable(AttributeName.CENTER, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[3]  = new AtrInfoTable(AttributeName.EXTENT, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[4]  = new AtrInfoTable(AttributeName.HOLECOUNT, 0x33333311, AttributeInfo.EnumAttributeType.IntegerList, null, null);
     atrInfoTable[5]  = new AtrInfoTable(AttributeName.HOLEREFERENCEEDGE, 0x44444431, AttributeInfo.EnumAttributeType.enumeration, EnumHoleReferenceEdge.getEnum(0), null);
     atrInfoTable[6]  = new AtrInfoTable(AttributeName.SHAPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumShape.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.HOLE, 0x33333333);
     elemInfoTable[1] = new ElemInfoTable(ElementName.HOLELINE, 0x33333331);
     elemInfoTable[2] = new ElemInfoTable(ElementName.REGISTERMARK, 0x66666661);
 }