Uses of Class
java.awt.font.TextLayout.CaretPolicy
-
Packages that use TextLayout.CaretPolicy Package Description java.awt.font Provides classes and interface relating to fonts. -
-
Uses of TextLayout.CaretPolicy in java.awt.font
Fields in java.awt.font declared as TextLayout.CaretPolicy Modifier and Type Field and Description static TextLayout.CaretPolicy
TextLayout. DEFAULT_CARET_POLICY
ThisCaretPolicy
is used when a policy is not specified by the client.Methods in java.awt.font with parameters of type TextLayout.CaretPolicy Modifier and Type Method and Description Shape[]
TextLayout. getCaretShapes(int offset, Rectangle2D bounds, TextLayout.CaretPolicy policy)
Returns two paths corresponding to the strong and weak caret.TextHitInfo
TextLayout. getNextLeftHit(int offset, TextLayout.CaretPolicy policy)
Returns the hit for the next caret to the left (top); if no such hit, returnsnull
.TextHitInfo
TextLayout. getNextRightHit(int offset, TextLayout.CaretPolicy policy)
Returns the hit for the next caret to the right (bottom); if no such hit, returnsnull
.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.