Class ContourLevel

    • Constructor Detail

      • ContourLevel

        public ContourLevel()
      • ContourLevel

        public ContourLevel​(float value)
      • ContourLevel

        public ContourLevel​(int id,
                            float value,
                            List<LineStrip> lines)
    • Method Detail

      • getId

        public int getId()
      • getValue

        public float getValue()
      • appendLine

        public void appendLine​(LineStrip strip)
      • fixZ

        public void fixZ​(float value)
      • updateComponents

        protected void updateComponents()