Class CreatePicture
java.lang.Object
com.github.moaxcp.x11client.protocol.render.CreatePicture
- All Implemented Interfaces:
OneWayRequest,XObject,XRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintintintintintintintintintintintbyteintgetPid()default StringintintintintgetSize()length of object expressed in units of 4 bytesintintinthashCode()booleanisValueMaskEnabled(@NonNull Cp... maskEnums) static CreatePicturetoString()void
-
Field Details
-
OPCODE
public static final byte OPCODE- See Also:
-
-
Method Details
-
getOpCode
public byte getOpCode() -
readCreatePicture
- Throws:
IOException
-
write
- Specified by:
writein interfaceXRequest- Throws:
IOException
-
isValueMaskEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getPid
public int getPid() -
getDrawable
public int getDrawable() -
getFormat
public int getFormat() -
getValueMask
public int getValueMask() -
getRepeat
public int getRepeat() -
getAlphamap
public int getAlphamap() -
getAlphaxorigin
public int getAlphaxorigin() -
getAlphayorigin
public int getAlphayorigin() -
getClipxorigin
public int getClipxorigin() -
getClipyorigin
public int getClipyorigin() -
getClipmask
public int getClipmask() -
getGraphicsexposure
public int getGraphicsexposure() -
getSubwindowmode
public int getSubwindowmode() -
getPolyedge
public int getPolyedge() -
getPolymode
public int getPolymode() -
getDither
public int getDither() -
getComponentalpha
public int getComponentalpha() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-