Package snap.gfx

Class Borders.EdgeBorder

All Implemented Interfaces:
Cloneable, PropChange.DoChange, XMLArchiver.Archivable
Enclosing class:
Borders

public static class Borders.EdgeBorder extends Borders.LineBorder
This Border subclass strokes the rectangular border of a given shape, with option include/exclude individual sides.
  • Constructor Details

    • EdgeBorder

      public EdgeBorder()
      Constructor.
    • EdgeBorder

      public EdgeBorder(boolean showTop, boolean showRight, boolean showBottom, boolean showLeft)
      Constructor for edges.
  • Method Details