case class ExternalGraphicType(externalgraphictypeoption: DataRecord[ExternalGraphicTypeOption], Format: String, ColorReplacement: Seq[ColorReplacementType] = Nil) extends GraphicTypeOption with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExternalGraphicType
- Serializable
- Serializable
- Product
- Equals
- GraphicTypeOption
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExternalGraphicType(externalgraphictypeoption: DataRecord[ExternalGraphicTypeOption], Format: String, ColorReplacement: Seq[ColorReplacementType] = Nil)
Value Members
- val ColorReplacement: Seq[ColorReplacementType]
- val Format: String
- val externalgraphictypeoption: DataRecord[ExternalGraphicTypeOption]