Package ch.nolix.systemapi.gui.box
Schnittstelle ICornerShadow
- Alle bekannten Implementierungsklassen:
CornerShadow
public interface ICornerShadow
- Version:
- 2025-08-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getBlurRadius
int getBlurRadius()- Gibt zurück:
- the blur radius of the current {ICornerShadow}.
-
getColor
IColor getColor()- Gibt zurück:
- the color of the current {ICornerShadow}.
-
getCorner
Corner getCorner()- Gibt zurück:
- the corner of the current {ICornerShadow}.
-
getLocation
Location getLocation()- Gibt zurück:
- the location of the current {ICornerShadow}.
-
getSide1Thickness
int getSide1Thickness()- Gibt zurück:
- the side 1 thickness of the current {ICornerShadow}.
-
getSide2Thickness
int getSide2Thickness()- Gibt zurück:
- the side 2 thickness of the current {ICornerShadow}.
-