|
|
|
|
🌱 PlantUML de un vistazo
|
🌱 PlantUML at a Glance
|
|
|
|
🚀 Primeros pasos
|
🚀 Getting Started
|
|
PlantUML es una herramienta muy versátil que facilita la creación rápida y directa de una amplia gama de diagramas.
Utilizando un lenguaje sencillo e intuitivo, los usuarios pueden redactar sin esfuerzo diversos tipos de diagramas.
Para una exploración detallada de las capacidades del lenguaje y la sintaxis, por favor consulte la Guía de Referencia del Lenguaje PlantUML.
Si usted es nuevo en PlantUML, le recomendamos que comience con nuestra página de inicio rápido para ponerse en marcha
rápidamente. Si tiene alguna pregunta, nuestra página F.A.Q. es un recurso valioso.
Además, PlantUML se puede integrar perfectamente con una variedad de otras herramientas para mejorar su flujo de trabajo.
|
PlantUML is a highly versatile tool that facilitates the rapid and straightforward creation of a wide array of diagrams.
Utilizing a simple and intuitive language, users can effortlessly draft various types of diagrams.
For a detailed exploration of the language's capabilities and syntax, please refer to the PlantUML Language Reference Guide.
If you are new to PlantUML, we recommend starting with our quick start page to get up
and running quickly. Should you have any questions, our F.A.Q. page is a valuable resource.
Additionally, PlantUML can be seamlessly integrated with a variety of other tools to enhance your workflow.
|
🧩 Diagramas UML soportados
|
🧩 Supported UML Diagrams
|
|
Con PlantUML, puede crear diagramas UML bien estructurados, incluyendo pero no limitado a:
|
With PlantUML, you can create well-structured UML diagrams, including but not limited to:
|
📈 Diagramas no UML soportados
|
📈 Supported Non-UML Diagrams
|
|
Más allá de los diagramas UML tradicionales, PlantUML también soporta la creación de varios otros tipos de diagramas, tales como:
|
Beyond traditional UML diagrams, PlantUML also supports the creation of various other diagram types, such as:
|
📣 Funciones adicionales
|
📣 Additional Features
|
|
Aumente el dinamismo y el carácter informativo de sus diagramas con estas funciones adicionales:
|
Enhance the dynamism and informativeness of your diagrams with these additional features:
|
📥 Formatos de entrada
|
📥 Input Formats
|
|
PlantUML le permite generar diagramas a partir de varios formatos de entrada de origen:
Puede elegir entre diferentes codificaciones internas:
|
PlantUML allows you to generate diagrams from various source input formats:
You can choose from different internal encodings:
|
|
⚙ Layout Engines and Options
|
|
|
PlantUML allows you to use several different layout engines:
- Graphviz is the default engine. Relies on an external program;
- Smetana. (Use
!pragma layout smetana in the file or -Playout=smetana on the command-line.) A port of Graphviz to Java. Tends to make slightly straighter arrows;
- VizJs uses JavaScript. (Use
-graphvizdot vizjs on the command line.) Tends to space out nodes more, resulting in a bigger diagram;
- ELK (Eclipse Layout Kernel). (Use
!pragma layout elk in the file or -Playout=elk on the command-line.) Supports only orthogonal layout, and doesn't cover all features.
Sequence diagrams have 2 engines:
- Puma is the older and still default engine;
- Teoz (Use
!pragma teoz true in the file or -Pteoz=true on the command-line) is a new engine that has some unique features: anchors (named arrows/messages), duration, nested boxes...
Achieving good layout with PlantUML is sometimes non-trivial.
See PlantUML GraphViz Layout by Mark George at University of Otago for more advice.
|
📤 Formatos de salida
|
📤 Output Formats
|
|
Exporte sus diagramas en una variedad de formatos para satisfacer sus necesidades, incluyendo:
- PNG para compartir imágenes fácilmente
- SVG para gráficos vectoriales escalables
- LaTeX para composición tipográfica de alta calidad
- ASCII art (disponible sólo para diagramas de secuencia) para una representación basada en texto
|
Export your diagrams in a variety of formats to suit your needs, including:
|
🎉 Disfruta de
|
🎉 Enjoy
|
|
Empieza hoy mismo y eleva tus capacidades de diagramación con PlantUML. ¡Transforma tus ideas en diagramas claros y profesionales sin esfuerzo 🎉!
|
Get started today and elevate your diagramming capabilities with PlantUML. Transform your ideas into clear and professional diagrams effortlessly 🎉!
|
|
|