Class SoTransformerManip

    • Constructor Detail

      • SoTransformerManip

        public SoTransformerManip()
        Constructor.
    • Method Detail

      • unsquishKnobs

        public void unsquishKnobs()
        Tells the dragger inside this manip to unsquish its rotation and scale knobs during the next traversal. Ordinarily, the knobs are only unsquished upon readin from file and when the mouse button is released at the end of a drag. If you want this to happen more often, then you should call this method.
      • setLocateHighlighting

        public void setLocateHighlighting​(boolean onOff)
        Sets whether or not the dragger inside this manip will perform locate highlighting. Default is true.
      • isLocateHighlighting

        public boolean isLocateHighlighting()
        Returns whether or not the dragger inside this manip will perform locate highlighting.