public interface AXBrailleMapRenderer
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AXBrailleMapRenderer.Block_accessibilityBrailleMapRenderer_ret |
static interface |
AXBrailleMapRenderer.Block_setAccessibilityBrailleMapRenderer |
| Modifier and Type | Method and Description |
|---|---|
AXBrailleMapRenderer.Block_accessibilityBrailleMapRenderer_ret |
accessibilityBrailleMapRenderer()
This handler is called to ask the element to update the values of the braille map on-demand.
|
CGRect |
accessibilityBrailleMapRenderRegion()
If the element displays a region that should be rendered into the braille map automatically,
specify it here (relative to the bounds of the object).
|
void |
setAccessibilityBrailleMapRenderer(AXBrailleMapRenderer.Block_setAccessibilityBrailleMapRenderer value)
This handler is called to ask the element to update the values of the braille map on-demand.
|
void |
setAccessibilityBrailleMapRenderRegion(CGRect value)
If the element displays a region that should be rendered into the braille map automatically,
specify it here (relative to the bounds of the object).
|
CGRect accessibilityBrailleMapRenderRegion()
AXBrailleMapRenderer.Block_accessibilityBrailleMapRenderer_ret accessibilityBrailleMapRenderer()
void setAccessibilityBrailleMapRenderRegion(CGRect value)
void setAccessibilityBrailleMapRenderer(AXBrailleMapRenderer.Block_setAccessibilityBrailleMapRenderer value)