Class PresentationService

java.lang.Object
com._1c.g5.v8.dt.internal.md.PresentationService
All Implemented Interfaces:
IPresentationService

public class PresentationService extends Object implements IPresentationService
Implementation IPresentationService.
  • Constructor Details

    • PresentationService

      public PresentationService()
  • Method Details

    • dereferenceV8Color

      public V8Color dereferenceV8Color(V8Color v8Color, String autoId, IDtProject dtProject)
      Description copied from interface: IPresentationService
      Returns dereference v8 color or auto.
      Specified by:
      dereferenceV8Color in interface IPresentationService
      Parameters:
      v8Color - the v8 color, cannot be null
      autoId - the v8 color auto value id, can be null
      dtProject - the dt project, cannot be null
      Returns:
      dereference v8 color or self or auto, cannot be null.
    • dereferenceV8Font

      public V8Font dereferenceV8Font(V8Font v8Font, String autoId, IDtProject dtProject)
      Description copied from interface: IPresentationService
      Returns dereference v8 font or auto.
      Specified by:
      dereferenceV8Font in interface IPresentationService
      Parameters:
      v8Font - the v8 font, cannot be null
      autoId - the v8 font auto value id, can be null
      dtProject - the dt project, cannot be null
      Returns:
      dereference v8 font or self or auto, cannot be null.
    • getStyledV8Color

      public V8Color getStyledV8Color(V8Color v8Color, IDtProject dtProject)
      Description copied from interface: IPresentationService
      Returns styled v8 color or auto.
      Specified by:
      getStyledV8Color in interface IPresentationService
      Parameters:
      v8Color - the v8 color, cannot be null
      dtProject - the dt project, cannot be null
      Returns:
      styled v8 color or self or auto, cannot be null.
    • getStyledV8Font

      public V8Font getStyledV8Font(V8Font v8Font, IDtProject dtProject)
      Description copied from interface: IPresentationService
      Returns styled v8 font or auto.
      Specified by:
      getStyledV8Font in interface IPresentationService
      Parameters:
      v8Font - the v8 font, cannot be null
      dtProject - the dt project, cannot be null
      Returns:
      styled v8 font or self or auto, cannot be null.