Class BorderStyle
테두리스타일
위젯에 적용할 수 있는 전체 테두리 스타일을 나타내는 클래스입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
CardService.BorderStyle.NO_BORDER
입니다.
자세한 문서
setCornerRadius(radius)
테두리의 모서리 반지름을 설정합니다(예: 8).
매개변수
이름 | 유형 | 설명 |
radius | Integer | 테두리에 적용할 모서리 반경입니다. |
리턴
BorderStyle
: 연결을 위한 객체입니다.
setStrokeColor(color)
테두리의 색상을 설정합니다.
매개변수
이름 | 유형 | 설명 |
color | String | 테두리에 적용할 #RGB 형식의 색상입니다. |
리턴
BorderStyle
: 연결을 위한 객체입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-02(UTC)
[null,null,["최종 업데이트: 2024-12-02(UTC)"],[[["`BorderStyle` objects define the style of borders applied to widgets, including corner radius, color, and type."],["You can customize border styles using methods like `setCornerRadius()`, `setStrokeColor()`, and `setType()`, which allow you to specify the desired attributes."],["Each customization method returns the `BorderStyle` object, enabling chained method calls for efficient styling."],["Border attributes such as corner radius and stroke color are specified using integers and RGB color strings respectively, providing flexibility in design."],["Border types are selected from the `BorderType` enum, which offers predefined border styles for easy implementation."]]],[]]