Class AppearanceControllerImpl

    • Constructor Detail

      • AppearanceControllerImpl

        public AppearanceControllerImpl()
    • Method Detail

      • transform

        public void transform​(Function function)
        Description copied from interface: AppearanceController
        Apply the function's transformer. If the function is for nodes all nodes in the visible graph will be transformed. Similarly for edges.
        Specified by:
        transform in interface AppearanceController
        Parameters:
        function - function to transform
      • setUseRankingLocalScale

        public void setUseRankingLocalScale​(boolean useLocalScale)
        Description copied from interface: AppearanceController
        Sets whether rankings use a local or a global scale. When calculating the minimum and maximum value (i.e. the scale) rankings can use the complete graph or only the currently visible graph. When using the visible graph it is called the local scale.
        Specified by:
        setUseRankingLocalScale in interface AppearanceController
        Parameters:
        useLocalScale - true for local, false for global
      • setUsePartitionLocalScale

        public void setUsePartitionLocalScale​(boolean useLocalScale)
        Description copied from interface: AppearanceController
        Sets whether partitions use a local or a global scale. When calculating the partitions it can use the complete graph or only the currently visible graph. When using the visible graph it is called the local scale.
        Specified by:
        setUsePartitionLocalScale in interface AppearanceController
        Parameters:
        useLocalScale - true for local, false for global
      • setTransformNullValues

        public void setTransformNullValues​(boolean transformNullValues)
        Description copied from interface: AppearanceController
        Sets whether elements with null values are also transformed. Default value is false/
        Specified by:
        setTransformNullValues in interface AppearanceController
        Parameters:
        transformNullValues - true to transform also null values, false to ignore