Package dev.engine_room.flywheel.backend
Class LayoutAttributes
java.lang.Object
dev.engine_room.flywheel.backend.LayoutAttributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<VertexAttribute> attributes(Layout layout) Collects the vertex attributes required from the given layout.
-
Constructor Details
-
LayoutAttributes
public LayoutAttributes()
-
-
Method Details
-
attributes
Collects the vertex attributes required from the given layout.- Parameters:
layout- The abstract layout definition.- Returns:
- A concrete list of vertex attributes.
-