Uses of Class
com.storedobject.chart.Color
Packages that use Color
-
Uses of Color in com.storedobject.chart
Fields in com.storedobject.chart declared as ColorMethods in com.storedobject.chart that return ColorModifier and TypeMethodDescriptionAbstractTask.getColor()Get the color used when rendering.ActivityList.Activity.getColor()ActivityList.ActivityGroup.getColor()Project.Task.getColor()Project.TaskGroup.getColor()static ColorSOChart.getDefaultColor(int index) Get the default color used by the chart component.Methods in com.storedobject.chart that return types with arguments of type ColorMethods in com.storedobject.chart with parameters of type ColorModifier and TypeMethodDescriptionvoidAdd a data value.voidAdd a data value.voidXRangeChart.addData(X xLowerValue, X xUpperValue, Y yValue, Color color, double progressPercentage, String extraInfo) Add a data value.voidAdd a data value.voidAdd a data value.voidXRangeChart.addData(X xLowerValue, X xUpperValue, Y yValue, String label, Color color, double progressPercentage) Add a data value.voidXRangeChart.addData(X xLowerValue, X xUpperValue, Y yValue, String label, Color color, double progressPercentage, String extraInfo) Add a data value.voidXRangeChart.addData(X xLowerValue, X xUpperValue, Y yValue, String label, Color color, String extraInfo) Add a data value.voidSet the color to be used when rendering.voidSet color-bands.voidSOChart.setDefaultBackground(Color background) Set the default background color.voidAbstractProject.setTaskBandColors(Color bandColorOdd, Color bandColorEven) Set the colors of the task/activity bands.voidAbstractProject.setTimeNowColor(Color color) Set the color for time-now-marker on the Gantt chart.voidAbstractProject.setTodayColor(Color color) Set the color for today-marker on the Gantt chart.Constructors in com.storedobject.chart with parameters of type Color