Class ImageStyleLocation

All Implemented Interfaces:
EventListener, IAssetReferenceListener, IGProp<GProp<?>[]>, IImageLocation, IImageStyle, IPropCnr, Cloneable
Direct Known Subclasses:
EditorImageStyleLocation

public class ImageStyleLocation extends ImageStyle implements IImageLocation
This Image Style Location property container has the state for several images.
  • Constructor Details

    • ImageStyleLocation

      public ImageStyleLocation()
      Creates the Image Style Location property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • ImageStyleLocation

      public ImageStyleLocation(Atom propertyAtom)
      Creates the Image Style Location property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details