[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eImagesServicePb.CompositeImageOptionsOrBuilder\u003c/code\u003e interface provides methods for configuring composite image operations.\u003c/p\u003e\n"],["\u003cp\u003eIt allows setting properties such as \u003ccode\u003eanchor\u003c/code\u003e, \u003ccode\u003eopacity\u003c/code\u003e, \u003ccode\u003esourceIndex\u003c/code\u003e, \u003ccode\u003exOffset\u003c/code\u003e, and \u003ccode\u003eyOffset\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003egetAnchor()\u003c/code\u003e, \u003ccode\u003egetOpacity()\u003c/code\u003e, \u003ccode\u003egetSourceIndex()\u003c/code\u003e, \u003ccode\u003egetXOffset()\u003c/code\u003e, and \u003ccode\u003egetYOffset()\u003c/code\u003e are available to retrieve the respective values.\u003c/p\u003e\n"],["\u003cp\u003eMethods including \u003ccode\u003ehasAnchor()\u003c/code\u003e, \u003ccode\u003ehasOpacity()\u003c/code\u003e, \u003ccode\u003ehasSourceIndex()\u003c/code\u003e, \u003ccode\u003ehasXOffset()\u003c/code\u003e, and \u003ccode\u003ehasYOffset()\u003c/code\u003e enable checking if a property has been set.\u003c/p\u003e\n"]]],[],null,["# Interface ImagesServicePb.CompositeImageOptionsOrBuilder (2.0.0)\n\n public static interface ImagesServicePb.CompositeImageOptionsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getAnchor()\n\n public abstract ImagesServicePb.CompositeImageOptions.ANCHOR getAnchor()\n\n### getOpacity()\n\n public abstract float getOpacity()\n\n### getSourceIndex()\n\n public abstract int getSourceIndex()\n\n### getXOffset()\n\n public abstract int getXOffset()\n\n### getYOffset()\n\n public abstract int getYOffset()\n\n### hasAnchor()\n\n public abstract boolean hasAnchor()\n\n### hasOpacity()\n\n public abstract boolean hasOpacity()\n\n### hasSourceIndex()\n\n public abstract boolean hasSourceIndex()\n\n### hasXOffset()\n\n public abstract boolean hasXOffset()\n\n### hasYOffset()\n\n public abstract boolean hasYOffset()"]]