Skip to main content

ScreenSpaceCanvas.RelativePixelHorizontalCoordinate

Package: velox.api.layer1.layers.strategies.interfaces

Type: Class (static)

Enclosing Interface: ScreenSpaceCanvas

Inheritance​

Extends: ScreenSpaceCanvas.RelativeHorizontalCoordinate

All Implemented Interfaces: ScreenSpaceCanvas.HorizontalCoordinate

Inheritance Path: java.lang.Object → velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate → velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativePixelHorizontalCoordinate

Description​

Horizontal coordinate offset certain number of pixels from base point

Fields​

Inherited from ScreenSpaceCanvas.RelativeHorizontalCoordinate:

  • base
  • HORIZONTAL_DATA_ZERO
  • HORIZONTAL_PIXEL_ZERO
  • pixelsOffsetX
  • timeOffsetX

Constructors​

RelativePixelHorizontalCoordinate​

public RelativePixelHorizontalCoordinate(ScreenSpaceCanvas.HorizontalCoordinate base, int offset)

Methods​

Inherited from ScreenSpaceCanvas.RelativeHorizontalCoordinate:

  • compose()
  • toString()

Inherited from java.lang.Object:

  • clone()
  • equals(Object)
  • finalize()
  • getClass()
  • hashCode()
  • notify()
  • notifyAll()
  • wait()
  • wait(long)
  • wait(long, int)