package { // Flash ActionScript 3.0 class with tag constants for protein rendering info generated by biochemfusion.com software. // Auto-generated from the corresponding C++ header file. public class RenderTags { public static const SEQ_RNDR_BITFLAG_MODRES:int = 1; // Bit 0 = modified residue. public static const SEQ_RNDR_BITFLAG_DFORM :int = 2; // Bit 1 = residue is d-form. public static const SEQ_RNDR_DELIM:String = ","; // Value delimiter. public static const SEQ_RNDR_TAG_START:String = ":"; // Tag start. public static const SEQ_RNDR_TAG_BOUNDBOX:String = SEQ_RNDR_TAG_START + "BB"; // Bounding box. public static const SEQ_RNDR_TAG_CHAIN:String = SEQ_RNDR_TAG_START + "CH"; // Chain start. public static const SEQ_RNDR_TAG_DISULFIDE:String = SEQ_RNDR_TAG_START + "SS"; // Disulfide bridge. public static const SEQ_RNDR_TAG_CROSSLINK:String = SEQ_RNDR_TAG_START + "XL"; // Lactam cycles and other crosslinks. public static const SEQ_RNDR_TAG_DIFF_INSERT:String = SEQ_RNDR_TAG_START + "DI"; // Difference marker - insert. public static const SEQ_RNDR_TAG_DIFF_DELETE:String = SEQ_RNDR_TAG_START + "DD"; // Difference marker - delete. public static const SEQ_RNDR_TAG_DIFF_SUBST:String = SEQ_RNDR_TAG_START + "DS"; // Difference marker - substitution. public static const SEQ_RNDR_TAG_INFO_BEGIN:String = SEQ_RNDR_TAG_START + "BCF_SEQ_RNDR_INFO_V1"; public static const SEQ_RNDR_TAG_INFO_END:String = SEQ_RNDR_TAG_START + "ED"; // End of Data. } }