Class DefaultHighlighterFactory.PsCurveHighlighter

    • Constructor Detail

      • PsCurveHighlighter

        public PsCurveHighlighter​(PicPsCurve curve)
        construct a new Highlighter for the given pscurve
    • Method Detail

      • syncShape

        protected void syncShape​(double scale)
        Synchronizes the highlighter's tangents with the model.
        Overrides:
        syncShape in class DefaultHighlighterFactory.DefaultHighlighter
        Parameters:
        scale - The current scale factor from-model-to-screen for the Graphics2D context ; this may be used to scale down line thickess, etc... so that e.g. barbells appear with the same size on the screen whatever the scale factor being set to the graphic context.