Uses of Class
com.hybris.cockpitng.components.visjs.network.data.ShapeProperties.Builder
-
Packages that use ShapeProperties.Builder Package Description com.hybris.cockpitng.components.visjs.network.data -
-
Uses of ShapeProperties.Builder in com.hybris.cockpitng.components.visjs.network.data
Methods in com.hybris.cockpitng.components.visjs.network.data that return ShapeProperties.Builder Modifier and Type Method Description ShapeProperties.BuilderShapeProperties.Builder. withBorderDashes(java.lang.String borderDashes)Possible values are 'true', 'false' or array with format [dash length, gap length].ShapeProperties.BuilderShapeProperties.Builder. withBorderRadius(java.lang.Integer borderRadius)Indicates a roundness of corners.ShapeProperties.BuilderShapeProperties.Builder. withInterpolation(java.lang.Boolean interpolation)Indicates whether image should be resampled when scalled down.ShapeProperties.BuilderShapeProperties.Builder. withUseBorderWithImage(java.lang.Boolean useBorderWithImage)When true then color object is used.ShapeProperties.BuilderShapeProperties.Builder. withUseImageSize(java.lang.Boolean useImageSize)When set to true then size of image is used.
-