CornerRadii.CornerRadii() | Java

 

Descripción

Sintaxis

public CornerRadii(double radius)
public CornerRadii(double radius, boolean asPercent)
public CornerRadii(double topLeft, double topRight, double bottomRight, double bottomLeft, boolean asPercent)
public CornerRadii(double topLeftHorizontalRadius, double topLeftVerticalRadius, double topRightVerticalRadius, double topRightHorizontalRadius, double bottomRightHorizontalRadius, double bottomRightVerticalRadius, double bottomLeftVerticalRadius, double bottomLeftHorizontalRadius, boolean topLeftHorizontalRadiusAsPercent, boolean topLeftVerticalRadiusAsPercent, boolean topRightVerticalRadiusAsPercent, boolean topRightHorizontalRadiusAsPercent, boolean bottomRightHorizontalRadiusAsPercent, boolean bottomRightVerticalRadiusAsPercent, boolean bottomLeftVerticalRadiusAsPercent, boolean bottomLeftHorizontalRadiusAsPercent)

Parámetros

  • double topRightHorizontalRadius,
  • boolean topLeftHorizontalRadiusAsPercent,
  • boolean asPercent,
  • boolean bottomRightVerticalRadiusAsPercent,
  • boolean bottomLeftHorizontalRadiusAsPercent,
  • boolean topLeftVerticalRadiusAsPercent,
  • double bottomRightHorizontalRadius,
  • double topLeftVerticalRadius,
  • double bottomLeft,
  • double topRight,
  • double topRightVerticalRadius,
  • boolean topRightHorizontalRadiusAsPercent,
  • double bottomRightVerticalRadius,
  • double bottomLeftVerticalRadius,
  • double radius,
  • double topLeft,
  • double bottomRight,
  • boolean bottomRightHorizontalRadiusAsPercent,
  • double bottomLeftHorizontalRadius,
  • double topLeftHorizontalRadius,
  • boolean bottomLeftVerticalRadiusAsPercent,
  • boolean topRightVerticalRadiusAsPercent,

Clase Padre

CornerRadii

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.