public interface CALayerDelegate
| Modifier and Type | Method and Description |
|---|---|
default CAAction |
actionForLayerForKey(CALayer layer,
java.lang.String event)
If defined, called by the default implementation of the
-actionForKey: method.
|
default void |
displayLayer(CALayer layer)
If defined, called by the default implementation of the -display
method, in which case it should implement the entire display
process (typically by setting the `contents' property).
|
default void |
drawLayerInContext(CALayer layer,
CGContextRef ctx)
If defined, called by the default implementation of -drawInContext:
|
default void |
layerWillDraw(CALayer layer)
If defined, called by the default implementation of the -display method.
|
default void |
layoutSublayersOfLayer(CALayer layer)
Called by the default -layoutSublayers implementation before the layout
manager is checked.
|
default CAAction actionForLayerForKey(CALayer layer, java.lang.String event)
default void displayLayer(CALayer layer)
default void drawLayerInContext(CALayer layer, CGContextRef ctx)
default void layerWillDraw(CALayer layer)
default void layoutSublayersOfLayer(CALayer layer)