| Package | Description |
|---|---|
| csbase.client.applications.flowapplication.graph |
| Modifier and Type | Field and Description |
|---|---|
protected GraphNodeImageDecoration.DecorationType |
GraphNodeImageDecoration.type
O tipo de decoração.
|
| Modifier and Type | Method and Description |
|---|---|
GraphNodeImageDecoration.DecorationType |
GraphNodeImageDecoration.getType()
Retorna o tipo da decoração.
|
static GraphNodeImageDecoration.DecorationType |
GraphNodeImageDecoration.DecorationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphNodeImageDecoration.DecorationType[] |
GraphNodeImageDecoration.DecorationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphNode.addImageDecoration(GraphNodeImageDecoration.DecorationType type)
Adiciona a decoração do tipo imagem especificada a este nó.
|
static GraphNodeDecoration<SVGVO> |
GraphNodeImageDecoration.createDecoration(GraphNodeImageDecoration.DecorationType type)
Cria a decoração de um determinado tipo pré-definido
|
void |
GraphNodeImageDecoration.setType(GraphNodeImageDecoration.DecorationType type)
Atribui o tipo da decoração
|
| Constructor and Description |
|---|
GraphNodeImageDecoration(GraphNodeImageDecoration.DecorationType type,
SVGVO image,
String description)
Construtor
|
Copyright © 2020. All rights reserved.