com.github.lant.dotdump.NodeShapes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DotDump Show documentation
Show all versions of DotDump Show documentation
A JVM graphviz dot file output format
The newest version!
package com.github.lant.dotdump;
public enum NodeShapes {
box,
polygon,
ellipse,
oval,
circle,
point,
egg,
triangle,
plaintext,
plain,
diamond,
trapezium,
parallelogram,
house,
pentagon,
hexagon,
septagon,
octagon,
doublecircle,
doubleoctagon,
tripleoctagon,
invtriangle,
invtrapezium,
invhouse,
Mdiamond,
Msquare,
Mcircle,
rect,
rectangle,
square,
star,
none,
underline,
cylinder,
note,
tab,
folder,
box3d,
component,
promoter,
cds,
terminator,
utr,
rimersite,
restrictionsite,
fivepoverhang,
threepoverhang,
noverhang,
assembly,
signature,
insulator,
ribosite,
rnastab,
proteasesite,
proteinstab,
rpromoter,
rarrow,
larrow,
lpromoter
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy