Uses of Class
jfx.incubator.scene.control.richtext.model.EmbeddedImage
Packages that use EmbeddedImage
-
Uses of EmbeddedImage in jfx.incubator.scene.control.richtext.model
Fields in jfx.incubator.scene.control.richtext.model with type parameters of type EmbeddedImageModifier and TypeFieldDescriptionstatic final StyleAttribute<EmbeddedImage> StyleAttributeMap.EMBEDDED_IMAGEEmbedded image attribute.Methods in jfx.incubator.scene.control.richtext.model that return EmbeddedImageModifier and TypeMethodDescriptionEmbeddedImage.copy(double targetWidth, double targetHeight, boolean keepAspectRatio) Creates a copy of thisEmbeddedImagewith the specified target width, height, and aspect ratio.static EmbeddedImageEmbeddedImage.of(byte[] bytes, double width, double height, double targetWidth, double targetHeight, boolean keepAspectRatio) Creates a new EmbeddedImage instance while making a defensive copy of thebytesarray.