RFR: 8341670: [Text, TextFlow] Public API for Text Layout Info [v18]

Michael Strauß mstrauss at openjdk.org
Sat Apr 5 07:56:56 UTC 2025


On Mon, 10 Mar 2025 16:25:40 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> modules/javafx.graphics/src/main/java/javafx/scene/text/LayoutInfo.java line 41:
>> 
>>> 39:  * @since 25
>>> 40:  */
>>> 41: public abstract class LayoutInfo {
>> 
>> Any exceptions thrown by methods of this class?
>
> only `public abstract TextLineInfo getTextLine(int index, boolean includeLineSpacing);`
> 
> (added)

Can this class be sealed?

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1596#discussion_r2029799934


More information about the openjfx-dev mailing list