Klasse ComponentRiskProfile
java.lang.Object
org.deidentifier.arx.gui.view.impl.common.ComponentRiskProfile
A component for displaying risk profiles
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classA specific profile that can be added -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungComponentRiskProfile(org.eclipse.swt.widgets.Composite parent, Controller controller) Creates a new instance -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.swt.widgets.CompositeReturns the root compositevoidreset()Resets the componentvoidAdds another synchronized profilevoidsetProfiles(double[] lower, double[] upper, ComponentRiskProfile.RiskProfile... profiles) Sets a set of profilesvoidsetXAxisTitle(String title) Sets the x-axis titlevoidsetYAxisTitle(String title) Sets the y-axis title
-
Konstruktordetails
-
ComponentRiskProfile
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
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-bucketsupper- Upper bounds of x-bucketsprofiles-
-
setXAxisTitle
Sets the x-axis title- Parameter:
title-
-
setYAxisTitle
Sets the y-axis title- Parameter:
title-
-