Enum FileSinkImages.LayoutPolicy

java.lang.Object
java.lang.Enum<FileSinkImages.LayoutPolicy>
org.graphstream.stream.file.FileSinkImages.LayoutPolicy
All Implemented Interfaces:
Serializable, Comparable<FileSinkImages.LayoutPolicy>, java.lang.constant.Constable
Enclosing class:
FileSinkImages

public static enum FileSinkImages.LayoutPolicy
extends Enum<FileSinkImages.LayoutPolicy>
Layout policy. Specify how layout is computed. It can be computed in its own thread with a LayoutRunner but if image rendering takes too much time, node positions will be very different between two images. To have a better result, we can choose to compute layout when a new image is rendered. This will smooth the move of nodes in the movie.