Class HwmfPenStyle

  • All Implemented Interfaces:
    Duplicatable, GenericRecord
    Direct Known Subclasses:
    HemfPenStyle

    public class HwmfPenStyle
    extends Object
    implements Duplicatable, GenericRecord
    The 16-bit PenStyle Enumeration is used to specify different types of pens that can be used in graphics operations. Various styles can be combined by using a logical OR statement, one from each subsection of Style, EndCap, Join, and Type (Cosmetic). The defaults in case the other values of the subsection aren't set are solid, round end caps, round joins and cosmetic type.
    • Field Detail

      • SUBSECTION_DASH

        protected static final BitField SUBSECTION_DASH
      • SUBSECTION_ALTERNATE

        protected static final BitField SUBSECTION_ALTERNATE
      • SUBSECTION_ENDCAP

        protected static final BitField SUBSECTION_ENDCAP
      • SUBSECTION_JOIN

        protected static final BitField SUBSECTION_JOIN
      • SUBSECTION_GEOMETRIC

        protected static final BitField SUBSECTION_GEOMETRIC
      • flag

        protected int flag
    • Constructor Detail

      • HwmfPenStyle

        public HwmfPenStyle​(int flag)