Interface ILcdDGNUserAttribute

All Superinterfaces:
ILcdDGNAttributes, Serializable
All Known Subinterfaces:
ILcdDGNTagAttribute
All Known Implementing Classes:
TLcdDGNCharacterTagAttribute, TLcdDGNIntegerTagAttribute, TLcdDGNMsLinkAttribute, TLcdDGNRealTagAttribute

public interface ILcdDGNUserAttribute extends ILcdDGNAttributes
This class represents a user attribute.
  • Field Details

    • ATTRIBUTE_USER_DATA_LINKAGE

      static final int ATTRIBUTE_USER_DATA_LINKAGE
      Identifier for USER_DATA_LINKAGE attribute.
      See Also:
    • ATTRIBUTE_IGDS

      static final int ATTRIBUTE_IGDS
      Identifier for IGDS attribute.
      See Also:
    • ATTRIBUTE_FILL_COLOR

      static final int ATTRIBUTE_FILL_COLOR
      Identifier for FILL_COLOR attribute.
      See Also:
    • ATTRIBUTE_DBASE_LINKAGE

      static final int ATTRIBUTE_DBASE_LINKAGE
      Identifier for DBASE_LINKAGE attribute.
      See Also:
    • ATTRIBUTE_INFORMIX_LINKAGE

      static final int ATTRIBUTE_INFORMIX_LINKAGE
      Identifier for INFORMIX_LINKAGE attribute.
      See Also:
    • ATTRIBUTE_INGRES_LINKAGE

      static final int ATTRIBUTE_INGRES_LINKAGE
      Identifier for INGRES_LINKAGE attribute.
      See Also:
    • ATTRIBUTE_SYBASE_LINKAGE

      static final int ATTRIBUTE_SYBASE_LINKAGE
      Identifier for SYBASE_LINKAGE attribute.
      See Also:
    • ATTRIBUTE_ODBC_LINKAGE

      static final int ATTRIBUTE_ODBC_LINKAGE
      Identifier for ODBC_LINKAGE attribute.
      See Also:
    • ATTRIBUTE_ORACLE_LINKAGE

      static final int ATTRIBUTE_ORACLE_LINKAGE
      Identifier for ORACLE_LINKAGE attribute.
      See Also:
    • ATTRIBUTE_RIS_LINKAGE

      static final int ATTRIBUTE_RIS_LINKAGE
      Identifier for RIS_LINKAGE attribute.
      See Also:
    • ATTRIBUTE_USER_LINE_STYLE

      static final int ATTRIBUTE_USER_LINE_STYLE
      Identifier for USER_LINE_STYLE attribute.
      See Also:
    • ATTRIBUTE_ASSOCIATED_HATCH

      static final int ATTRIBUTE_ASSOCIATED_HATCH
      Identifier for ASSOCIATED_HATCH attribute.
      See Also:
    • ATTRIBUTE_ELEMENT_TAG

      static final int ATTRIBUTE_ELEMENT_TAG
      Identifier for ELEMENT_TAG attribute.
      See Also:
    • ATTRIBUTE_TEXT_ENHANCEMENTS

      static final int ATTRIBUTE_TEXT_ENHANCEMENTS
      Identifier for TEXT_ENHANCEMENTS attribute.
      See Also:
  • Method Details

    • getType

      int getType()
      Returns:
      the attribute type: ATTRIBUTE_USER_DATA_LINKAGE, ATTRIBUTE_IGDS, ...