Class SHDAbstractType

  • Direct Known Subclasses:
    ShadingDescriptor

    @Internal
    public abstract class SHDAbstractType
    extends Object
    The Shd structure specifies the colors and pattern that are used for background shading.
    • Field Detail

      • field_1_cvFore

        protected Colorref field_1_cvFore
      • field_2_cvBack

        protected Colorref field_2_cvBack
      • field_3_ipat

        protected int field_3_ipat
    • Constructor Detail

      • SHDAbstractType

        protected SHDAbstractType()
    • Method Detail

      • fillFields

        protected void fillFields​(byte[] data,
                                  int offset)
      • serialize

        public void serialize​(byte[] data,
                              int offset)
      • serialize

        public byte[] serialize()
      • getSize

        public static int getSize()
        Size of record
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getCvFore

        @Internal
        public Colorref getCvFore()
        A COLORREF that specifies the foreground color of ipat.
      • setCvFore

        @Internal
        public void setCvFore​(Colorref field_1_cvFore)
        A COLORREF that specifies the foreground color of ipat.
      • getCvBack

        @Internal
        public Colorref getCvBack()
        A COLORREF that specifies the background color of ipat.
      • setCvBack

        @Internal
        public void setCvBack​(Colorref field_2_cvBack)
        A COLORREF that specifies the background color of ipat.
      • getIpat

        @Internal
        public int getIpat()
        An Ipat that specifies the pattern used for shading.
      • setIpat

        @Internal
        public void setIpat​(int field_3_ipat)
        An Ipat that specifies the pattern used for shading.