Stay organized with collections
Save and categorize content based on your preferences.
blockly > bubbles > Bubble > ANCHOR_RADIUS
bubbles.Bubble.ANCHOR_RADIUS property
Distance between arrow point and anchor point.
Signature:
static readonly ANCHOR_RADIUS = 8;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eANCHOR_RADIUS\u003c/code\u003e is a static read-only property of the \u003ccode\u003eBlockly.bubbles.Bubble\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt defines the distance (in pixels) between the arrow's tip and the anchor point on a bubble, set to a constant value of 8.\u003c/p\u003e\n"]]],["The `ANCHOR_RADIUS` property, found within the `bubbles.Bubble` class, defines the fixed distance between the arrow's point and its anchor point. This property is a static, read-only value. Its numerical value is set to 8, indicating that the defined distance between the anchor and the arrow point is 8 units.\n"],null,["[blockly](./blockly.md) \\\u003e [bubbles](./blockly.bubbles_namespace.md) \\\u003e [Bubble](./blockly.bubbles_namespace.bubble_class.md) \\\u003e [ANCHOR_RADIUS](./blockly.bubbles_namespace.bubble_class.anchor_radius_property.md)\n\nbubbles.Bubble.ANCHOR_RADIUS property\n-------------------------------------\n\nDistance between arrow point and anchor point.\n\n**Signature:** \n\n static readonly ANCHOR_RADIUS = 8;"]]