Package com.gpudb.protocol
Class VisualizeImageChartRequest.StyleOptions
java.lang.Object
com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Enclosing class:
A set of string constants for the
VisualizeImageChartRequest parameter styleOptions.
Rendering style options for a chart.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA character or string which separates per-class values in a class-break style option string.static final StringPoint color class break information consisting of three entries: class-break attribute, class-break values/ranges, and point color values.static final StringPoint shape class break information consisting of three entries: class-break attribute, class-break values/ranges, and point shape names.static final StringPoint size class break information consisting of three entries: class-break attribute, class-break values/ranges, and point size values.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringAmplitude of horizontal jitter applied to non-numeric x column values.static final StringAmplitude of vertical jitter applied to non-numeric y column values.static final StringA base-10 log scale is applied to the y axis.static final StringIf this options is set toFALSE, this endpoint expects request’s min/max values are not yet scaled.static final StringNo scale is applied to the y axis.static final StringIf this options is set toTRUE, all non-numeric column values are plotted ignoring min_x, max_x, min_y and max_y parameters.static final StringThe color of points in the plot represented as a hexadecimal number.static final StringThe shape of points in the plot.static final StringThe size of points in the plot represented as number of pixels.static final StringType of x axis scale.static final StringType of y axis scale.static final Stringstatic final StringAn expression or aggregate expression by which non-numeric x column values are sorted, e.g. “avg(price) descending”.static final StringAn expression or aggregate expression by which non-numeric y column values are sorted, e.g. “avg(price)”, which defaults to “avg(price) ascending”.
Field Details
CB_POINTCOLORS
Point color class break information consisting of three entries: class-break attribute, class-break values/ranges, and point color values. This option overrides the pointcolor option if both are provided. Class-break ranges are represented in the form of “min:max”. Class-break values/ranges and point color values are separated by cb_delimiter, e.g. “price”, “20:30;30:40;40:50”, “0xFF0000;0x00FF00;0x0000FF”.See Also:CB_POINTSIZES
Point size class break information consisting of three entries: class-break attribute, class-break values/ranges, and point size values. This option overrides the pointsize option if both are provided. Class-break ranges are represented in the form of “min:max”. Class-break values/ranges and point size values are separated by cb_delimiter, e.g. “states”, “NY;TX;CA”, “3;5;7”.See Also:CB_POINTSHAPES
Point shape class break information consisting of three entries: class-break attribute, class-break values/ranges, and point shape names. This option overrides the pointshape option if both are provided. Class-break ranges are represented in the form of “min:max”. Class-break values/ranges and point shape names are separated by cb_delimiter, e.g. “states”, “NY;TX;CA”, “circle;square;diamond”.See Also:MIN_MAX_SCALED
If this options is set toFALSE, this endpoint expects request’s min/max values are not yet scaled. They will be scaled according to scale_type_x or scale_type_y for response. If this options is set toTRUE, this endpoint expects request’s min/max values are already scaled according to scale_type_x/scale_type_y. Response’s min/max values will be equal to request’s min/max values. The default value is ‘false’.See Also: