Package | Description |
---|---|
es.upm.etsisi.cf4j.util.plot |
This package includes plotting utils designed to analyze data of results obtained as consequence
of collaborative filtering research.
|
Modifier and Type | Method and Description |
---|---|
static PlotSettings |
PlotSettings.setBackgroundColor(Color backgroundColor)
Sets the plot's background color
|
static PlotSettings |
PlotSettings.setClearInset(double clearInset)
Sets the inset for a clear border
|
static PlotSettings |
PlotSettings.setColorPalette(Color[] colorPalette)
Sets the color paletee
|
static PlotSettings |
PlotSettings.setHeight(int height)
Sets the plot height in pixels
|
static PlotSettings |
PlotSettings.setLegendDistance(double legendDistance)
Sets the legend distance
|
static PlotSettings |
PlotSettings.setLegendInset(double legendInset)
Sets the inset for the legend
|
static PlotSettings |
PlotSettings.setPrimaryFont(Font primaryFont)
Sets the primary font
|
static PlotSettings |
PlotSettings.setSecondaryFont(Font secondaryFont)
Sets the secondary font
|
static PlotSettings |
PlotSettings.setWidth(int width)
Sets the plot width in pixels
|
static PlotSettings |
PlotSettings.setxAxisInset(double xAxisInset)
Sets the inset for the x axis
|
static PlotSettings |
PlotSettings.setxAxisLabelDistance(double xAxisLabelDistance)
Sets the label distance in the x axis
|
static PlotSettings |
PlotSettings.setyAxisInset(double yAxisInset)
Sets the inset for the y axis
|
static PlotSettings |
PlotSettings.setyAxisLabelDistance(double yAxisLabelDistance)
Sets the label distance in the y axis
|
Copyright © 2020. All rights reserved.