Uses of Class
com.aspose.cad.cloud.model.GraphicsOptions.SmoothingModeEnum
-
Packages that use GraphicsOptions.SmoothingModeEnum Package Description com.aspose.cad.cloud.model -
-
Uses of GraphicsOptions.SmoothingModeEnum in com.aspose.cad.cloud.model
Methods in com.aspose.cad.cloud.model that return GraphicsOptions.SmoothingModeEnum Modifier and Type Method Description static GraphicsOptions.SmoothingModeEnum
GraphicsOptions.SmoothingModeEnum. fromValue(String text)
GraphicsOptions.SmoothingModeEnum
GraphicsOptions. getSmoothingMode()
Get smoothingModeGraphicsOptions.SmoothingModeEnum
GraphicsOptions.SmoothingModeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static GraphicsOptions.SmoothingModeEnum
GraphicsOptions.SmoothingModeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphicsOptions.SmoothingModeEnum[]
GraphicsOptions.SmoothingModeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.cad.cloud.model with parameters of type GraphicsOptions.SmoothingModeEnum Modifier and Type Method Description void
GraphicsOptions. setSmoothingMode(GraphicsOptions.SmoothingModeEnum smoothingMode)
GraphicsOptions
GraphicsOptions. smoothingMode(GraphicsOptions.SmoothingModeEnum smoothingMode)
void
GraphicsOptions.SmoothingModeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, GraphicsOptions.SmoothingModeEnum enumeration)
-