Class OpenGL3DParallelCoordinates.Settings<O>

  • Type Parameters:
    O - Object type
    Enclosing class:
    OpenGL3DParallelCoordinates<O extends NumberVector>

    public static class OpenGL3DParallelCoordinates.Settings<O>
    extends java.lang.Object
    Class keeping the visualizer settings.
    Author:
    Erich Schubert
    • Constructor Summary

      Constructors 
      Constructor Description
      Settings()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sim

        public Dependence sim
        Similarity measure in use.
      • layout

        public Layouter3DPC<? super O> layout
        Layouting method.
      • linewidth

        public float linewidth
        Line width.
      • texwidth

        public int texwidth
        Texture width.
      • texheight

        public int texheight
        Texture height.
      • mipmaps

        public int mipmaps
        Number of additional mipmaps to generate.
    • Constructor Detail

      • Settings

        public Settings()