Package com.gpudb.protocol
Class VisualizeImageLabelsRequest
java.lang.Object
com.gpudb.protocol.VisualizeImageLabelsRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordpublic class VisualizeImageLabelsRequest extends Object implements org.apache.avro.generic.IndexedRecord
Nested Class Summary
Nested ClassesConstructor Summary
ConstructorsConstructorDescriptionVisualizeImageLabelsRequest(String tableName, String xColumnName, String yColumnName, String xOffset, String yOffset, String textString, String font, String textColor, String textAngle, String textScale, String drawBox, String drawLeader, String lineWidth, String lineColor, String fillColor, String leaderXColumnName, String leaderYColumnName, String filter, double minX, double maxX, double minY, double maxY, int width, int height, String projection, Map<String, String> options) Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) static org.apache.avro.SchemagetFont()intdoublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()org.apache.avro.SchemaintgetWidth()inthashCode()voidsetDrawBox(String drawBox) setDrawLeader(String drawLeader) setFillColor(String fillColor) setHeight(int height) setLeaderXColumnName(String leaderXColumnName) setLeaderYColumnName(String leaderYColumnName) setLineColor(String lineColor) setLineWidth(String lineWidth) setMaxX(double maxX) setMaxY(double maxY) setMinX(double minX) setMinY(double minY) setOptions(Map<String, String> options) setProjection(String projection) setTableName(String tableName) setTextAngle(String textAngle) setTextColor(String textColor) setTextScale(String textScale) setTextString(String textString) setWidth(int width) setXColumnName(String xColumnName) setXOffset(String xOffset) setYColumnName(String yColumnName) setYOffset(String yOffset) toString()
Constructor Details
VisualizeImageLabelsRequest
public VisualizeImageLabelsRequest()VisualizeImageLabelsRequest
public VisualizeImageLabelsRequest(String tableName, String xColumnName, String yColumnName, String xOffset, String yOffset, String textString, String font, String textColor, String textAngle, String textScale, String drawBox, String drawLeader, String lineWidth, String lineColor, String fillColor, String leaderXColumnName, String leaderYColumnName, String filter, double minX, double maxX, double minY, double maxY, int width, int height, String projection, Map<String, String> options)
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()setTableName
setXColumnName
setYColumnName
setXOffset
setYOffset
setTextString
setFont
setTextColor
setTextAngle
setTextScale
setDrawBox
setDrawLeader
setLineWidth
setLineColor
setFillColor
setLeaderXColumnName
setLeaderYColumnName
setFilter
getMinX
public double getMinX()setMinX
getMaxX
public double getMaxX()setMaxX
getMinY
public double getMinY()setMinY
getMaxY
public double getMaxY()setMaxY
getWidth
public int getWidth()setWidth
getHeight
public int getHeight()setHeight
setProjection
setOptions
getSchema
public org.apache.avro.Schema getSchema()Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainer