Class LineStrip

    • Field Detail

      • showPoints

        protected boolean showPoints
      • showSymbols

        protected boolean showSymbols
      • stipple

        protected boolean stipple
      • stippleFactor

        protected int stippleFactor
      • stipplePattern

        protected short stipplePattern
    • Constructor Detail

      • LineStrip

        public LineStrip()
      • LineStrip

        public LineStrip​(int n)
      • LineStrip

        public LineStrip​(Coord3d... coords)
      • LineStrip

        public LineStrip​(Color color,
                         Coord3d... coords)
      • LineStrip

        public LineStrip​(List<Coord3d> coords)
      • LineStrip

        public LineStrip​(Point c1,
                         Point c2)