Class ObjectContextFactory
java.lang.Object
pro.verron.officestamper.test.ObjectContextFactory
- All Implemented Interfaces:
ContextFactory
ContextFactory class.
- Since:
- 1.6.5
- Version:
- ${version}
- Author:
- Joseph Verron
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
Represents the context for an insertable image.imagedName
(String name, Image image) Creates a Characters object from an array of string inputs containing names and actors.sectionName
(String firstName, String secondName) show()
spacy()
-
Constructor Details
-
ObjectContextFactory
public ObjectContextFactory()
-
-
Method Details
-
units
- Specified by:
units
in interfaceContextFactory
-
tableContext
- Specified by:
tableContext
in interfaceContextFactory
-
subDocPartContext
- Specified by:
subDocPartContext
in interfaceContextFactory
-
spacy
- Specified by:
spacy
in interfaceContextFactory
-
show
- Specified by:
show
in interfaceContextFactory
-
schoolContext
- Specified by:
schoolContext
in interfaceContextFactory
-
roles
Creates a Characters object from an array of string inputs containing names and actors.- Specified by:
roles
in interfaceContextFactory
- Parameters:
input
- an array of strings where each pair of strings represents a character's name and actor's name.- Returns:
- a Characters object containing a list of Role objects constructed from the input array.
-
nullishContext
- Specified by:
nullishContext
in interfaceContextFactory
-
mapAndReflectiveContext
- Specified by:
mapAndReflectiveContext
in interfaceContextFactory
-
image
Represents the context for an insertable image.- Specified by:
image
in interfaceContextFactory
-
date
- Specified by:
date
in interfaceContextFactory
-
coupleContext
- Specified by:
coupleContext
in interfaceContextFactory
-
characterTable
- Specified by:
characterTable
in interfaceContextFactory
-
names
- Specified by:
names
in interfaceContextFactory
-
names
-
name
- Specified by:
name
in interfaceContextFactory
-
empty
- Specified by:
empty
in interfaceContextFactory
-
sectionName
- Specified by:
sectionName
in interfaceContextFactory
-
imagedName
- Specified by:
imagedName
in interfaceContextFactory
-