Klasse ComponentRiskProfile

java.lang.Object
org.deidentifier.arx.gui.view.impl.common.ComponentRiskProfile

public class ComponentRiskProfile extends Object
A component for displaying risk profiles
  • Konstruktordetails

    • ComponentRiskProfile

      public ComponentRiskProfile(org.eclipse.swt.widgets.Composite parent, Controller controller)
      Creates a new instance
      Parameter:
      parent -
      controller -
  • Methodendetails

    • getControl

      public org.eclipse.swt.widgets.Composite getControl()
      Returns the root composite
      Gibt zurück:
    • reset

      public void reset()
      Resets the component
    • setOtherProfile

      public void setOtherProfile(ComponentRiskProfile other)
      Adds another synchronized profile
      Parameter:
      other -
    • setProfiles

      public void setProfiles(double[] lower, double[] upper, ComponentRiskProfile.RiskProfile... profiles)
      Sets a set of profiles
      Parameter:
      lower - Lower bounds of x-buckets
      upper - Upper bounds of x-buckets
      profiles -
    • setXAxisTitle

      public void setXAxisTitle(String title)
      Sets the x-axis title
      Parameter:
      title -
    • setYAxisTitle

      public void setYAxisTitle(String title)
      Sets the y-axis title
      Parameter:
      title -