El camino

Revisión

Path Es una clase en Aspose.PDF FOSS para Java. Heredados de: Shape.

Representa un camino compuesto formado por elementos del niño {@link Shape}.

Esta clase proporciona 7 métodos para trabajar con objetos de Path en programas Java. Los métodos disponibles incluyen: Path, checkBounds, getGraphInfo, getShapes, getText, setGraphInfo, setText. Todos los miembros públicos están accesibles a cualquier aplicación Java después de instalar el Aspose.PDF FOSS para el paquete Java. Propiedades : graphInfo, shapes, text.

Propiedades

NombreTipoAccesoDescripción
shapesList<Shape>LeerObtenga la lista de formas infantiles en este camino.
graphInfoGraphInfoLeerObtenga las propiedades de estilo gráfico para esta forma.
textStringLeerObtenga la etiqueta de texto opcional asociada con esta forma.

Metodología

firmaDescripción
Path()Crea un nuevo camino vacío.
getShapes()List<Shape>Obtenga la lista de formas infantiles en este camino.
checkBounds(width: double, height: double)[Día de la Herencia]

Checks bounds for all child shapes in this path. | | `getGraphInfo()` → `GraphInfo` | Gets the graphic styling properties for this shape. | | `setGraphInfo(graphInfo: GraphInfo)` | Sets the graphic styling properties for this shape. | | `getText()` → `String` | Gets the optional text label associated with this shape. | | `setText(text: String)` | Sets the optional text label associated with this shape. |

Ver también

 Español