public static class DistributedRenderResult.CompositeGroupResult extends Object implements Mergeable
Constructor and Description |
---|
CompositeGroupResult() |
CompositeGroupResult(PersistableComposite composite,
List<org.apache.commons.lang3.tuple.Pair<PersistableRenderedImage,PersistableComposite>> orderedStyles) |
Modifier and Type | Method and Description |
---|---|
void |
fromBinary(byte[] bytes)
Convert a stream of binary bytes to fields and data within an object.
|
void |
merge(Mergeable merge) |
byte[] |
toBinary()
Convert fields and data within an object to binary form for transmission or storage.
|
public CompositeGroupResult()
public CompositeGroupResult(PersistableComposite composite, List<org.apache.commons.lang3.tuple.Pair<PersistableRenderedImage,PersistableComposite>> orderedStyles)
public byte[] toBinary()
Persistable
toBinary
in interface Persistable
public void fromBinary(byte[] bytes)
Persistable
fromBinary
in interface Persistable
Copyright © 2013–2022. All rights reserved.