Uses of Class
org.teamapps.dto.UiImageFormatting.CornerShape
-
-
Uses of UiImageFormatting.CornerShape in org.teamapps.dto
Fields in org.teamapps.dto declared as UiImageFormatting.CornerShape Modifier and Type Field Description protected UiImageFormatting.CornerShapeUiImageFormatting. cornerShapeMethods in org.teamapps.dto that return UiImageFormatting.CornerShape Modifier and Type Method Description UiImageFormatting.CornerShapeUiImageFormatting. getCornerShape()static UiImageFormatting.CornerShapeUiImageFormatting.CornerShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiImageFormatting.CornerShape[]UiImageFormatting.CornerShape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiImageFormatting.CornerShape Modifier and Type Method Description UiImageFormattingUiImageFormatting. setCornerShape(UiImageFormatting.CornerShape cornerShape)
-