Class HSSFAnchor

    • Field Detail

      • _isHorizontallyFlipped

        protected boolean _isHorizontallyFlipped
      • _isVerticallyFlipped

        protected boolean _isVerticallyFlipped
    • Constructor Detail

      • HSSFAnchor

        public HSSFAnchor()
      • HSSFAnchor

        public HSSFAnchor​(int dx1,
                          int dy1,
                          int dx2,
                          int dy2)
    • Method Detail

      • isHorizontallyFlipped

        public abstract boolean isHorizontallyFlipped()
        Returns:
        whether this shape is horizontally flipped
      • isVerticallyFlipped

        public abstract boolean isVerticallyFlipped()
        Returns:
        whether this shape is vertically flipped
      • getEscherAnchor

        protected abstract EscherRecord getEscherAnchor()
      • createEscherAnchor

        protected abstract void createEscherAnchor()