Package com._1c.g5.v8.dt.internal.md
Class PresentationService
java.lang.Object
com._1c.g5.v8.dt.internal.md.PresentationService
- All Implemented Interfaces:
IPresentationService
Implementation
IPresentationService
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondereferenceV8Color
(V8Color v8Color, String autoId, IDtProject dtProject) Returns dereference v8 color or auto.dereferenceV8Font
(V8Font v8Font, String autoId, IDtProject dtProject) Returns dereference v8 font or auto.getStyledV8Color
(V8Color v8Color, IDtProject dtProject) Returns styled v8 color or auto.getStyledV8Font
(V8Font v8Font, IDtProject dtProject) Returns styled v8 font or auto.
-
Constructor Details
-
PresentationService
public PresentationService()
-
-
Method Details
-
dereferenceV8Color
Description copied from interface:IPresentationService
Returns dereference v8 color or auto.- Specified by:
dereferenceV8Color
in interfaceIPresentationService
- Parameters:
v8Color
- the v8 color, cannot benull
autoId
- the v8 color auto value id, can benull
dtProject
- the dt project, cannot benull
- Returns:
- dereference v8 color or self or auto, cannot be
null
.
-
dereferenceV8Font
Description copied from interface:IPresentationService
Returns dereference v8 font or auto.- Specified by:
dereferenceV8Font
in interfaceIPresentationService
- Parameters:
v8Font
- the v8 font, cannot benull
autoId
- the v8 font auto value id, can benull
dtProject
- the dt project, cannot benull
- Returns:
- dereference v8 font or self or auto, cannot be
null
.
-
getStyledV8Color
Description copied from interface:IPresentationService
Returns styled v8 color or auto.- Specified by:
getStyledV8Color
in interfaceIPresentationService
- Parameters:
v8Color
- the v8 color, cannot benull
dtProject
- the dt project, cannot benull
- Returns:
- styled v8 color or self or auto, cannot be
null
.
-
getStyledV8Font
Description copied from interface:IPresentationService
Returns styled v8 font or auto.- Specified by:
getStyledV8Font
in interfaceIPresentationService
- Parameters:
v8Font
- the v8 font, cannot benull
dtProject
- the dt project, cannot benull
- Returns:
- styled v8 font or self or auto, cannot be
null
.
-