jar

pl.delukesoft : JPlotLib

Maven & Gradle

Sep 24, 2021
0 stars

JPlotLib · Main goal of the library is to provide simple API for data preparation to plot input.

Table Of Contents

Latest Version

Download pl.delukesoft : JPlotLib JAR file - Latest Versions:

All Versions

Download pl.delukesoft : JPlotLib JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window JPlotLib-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

model.input

├─ model.input.PlotInfo.class - [JAR]

├─ model.input.SeriesInfo.class - [JAR]

model.enums

├─ model.enums.ColumnType.class - [JAR]

├─ model.enums.PlotType.class - [JAR]

exception

├─ exception.ColumnNotFoundException.class - [JAR]

├─ exception.ColumnTypeMismatchException.class - [JAR]

├─ exception.CsvNotExistingException.class - [JAR]

├─ exception.FieldNotFoundException.class - [JAR]

├─ exception.InvalidDecimalRepresentation.class - [JAR]

├─ exception.InvalidPlotTypeProvided.class - [JAR]

├─ exception.NoGroupingFunctionProvidedException.class - [JAR]

plotops.transformation

├─ plotops.transformation.ArrayTransformationHelper.class - [JAR]

├─ plotops.transformation.EntityTransformationHelper.class - [JAR]

├─ plotops.transformation.TransformationHelper.class - [JAR]

plotops.aggregation

├─ plotops.aggregation.Aggregation.class - [JAR]

├─ plotops.aggregation.AggregationService.class - [JAR]

├─ plotops.aggregation.AvgAggregation.class - [JAR]

├─ plotops.aggregation.MaxAggregation.class - [JAR]

├─ plotops.aggregation.MinAggregation.class - [JAR]

├─ plotops.aggregation.SumAggregation.class - [JAR]

io

├─ io.CsvConnector.class - [JAR]

builder

├─ builder.CompletePlotDataBuilder.class - [JAR]

├─ builder.InputPlotDataBuilder.class - [JAR]

├─ builder.PlotDataBuilder.class - [JAR]

├─ builder.PlotInfoDataBuilder.class - [JAR]

plotops.functions

├─ plotops.functions.GroupingFunction.class - [JAR]

model.output

├─ model.output.PlotData.class - [JAR]

├─ model.output.Series.class - [JAR]

plotops.mapper

├─ plotops.mapper.DataMapper.class - [JAR]

├─ plotops.mapper.GroupingDataMapper.class - [JAR]

├─ plotops.mapper.StandardDataMapper.class - [JAR]

Advertisement