Class SnapshotMessage

java.lang.Object
zleurtor.scanmanager.model.messages.AbstractMessage
zleurtor.scanmanager.model.messages.SnapshotMessage
All Implemented Interfaces:
Serializable

public class SnapshotMessage extends AbstractMessage
The message sent by the server to ask the slaves to take a snapshot.
Author:
Zleurtor
See Also:
  • Constructor Details

    • SnapshotMessage

      public SnapshotMessage()
      Constructs an empty message.
    • SnapshotMessage

      public SnapshotMessage(String theSubFolder, String theThumbnailInformation, boolean thePolychrome)
      Constructs a "snapshot" message using the specified subfolder and options.
      Parameters:
      theSubFolder - The subfolder in which the snapshot files shall be stored.
      theThumbnailInformation - The information (width, height and quality) about the thumbnail to produce.
      thePolychrome - Whether or not the snapshot shall be polychromatic.
  • Method Details