public class PsdProperties extends Object
Constructor and Description |
---|
PsdProperties() |
Modifier and Type | Method and Description |
---|---|
PsdProperties |
bitsPerChannel(Integer bitsPerChannel) |
PsdProperties |
channelsCount(Integer channelsCount) |
PsdProperties |
colorMode(String colorMode) |
PsdProperties |
compression(String compression) |
boolean |
equals(Object o) |
Integer |
getBitsPerChannel()
Gets or sets the bits per channel.
|
Integer |
getChannelsCount()
Gets or sets the channels count.
|
String |
getColorMode()
Gets or sets the color mode.
|
String |
getCompression()
Gets or sets the compression.
|
int |
hashCode() |
void |
setBitsPerChannel(Integer bitsPerChannel) |
void |
setChannelsCount(Integer channelsCount) |
void |
setColorMode(String colorMode) |
void |
setCompression(String compression) |
String |
toString() |
public PsdProperties bitsPerChannel(Integer bitsPerChannel)
public Integer getBitsPerChannel()
public void setBitsPerChannel(Integer bitsPerChannel)
public PsdProperties channelsCount(Integer channelsCount)
public Integer getChannelsCount()
public void setChannelsCount(Integer channelsCount)
public PsdProperties colorMode(String colorMode)
public String getColorMode()
public void setColorMode(String colorMode)
public PsdProperties compression(String compression)
public String getCompression()
public void setCompression(String compression)
Copyright © 2021 Aspose Pty Ltd. All rights reserved.