Class Picture
- All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named, Positioned<Place>, Temporal<TimeCoordinate>, Property
Represents a visual artwork such as a painting, drawing, or photograph.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class PotentialResource
id, traits -
Constructor Summary
ConstructorsConstructorDescriptionPicture(String name, String description, TimeCoordinate productionDate, Place productionPlace, ArtForm category, Picture.Medium medium, Picture.Support support) Picture(String name, TimeCoordinate productionDate, Picture.Medium medium) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublevoidsetHeightCm(double heightCm) voidsetWidthCm(double widthCm) toString()Methods inherited from class Artwork
addAnalysis, addAuthor, addAuthor, addRestoration, equals, getAnalyses, getAuthors, getCategory, getRestorations, hashCodeMethods inherited from class MaterialResource
getValue, setValueMethods inherited from class Resource
addOwner, getOwners, getPosition, getProducer, getProductionDate, getProductionPlace, getTimestamp, getWhen, removeOwner, setId, setOwners, setPositionMethods inherited from class PotentialResource
getAmount, getDecayTime, getDescription, getId, getKind, getTraits, setDecaySeconds, setDecayTime, setDescription, setKind, setQuantityMethods inherited from interface Commented
getComments, getTrait, setCommentsMethods inherited from interface ComprehensiveIdentification
getName, getTrait, setName, setTrait
-
Constructor Details
-
Picture
public Picture(String name, String description, TimeCoordinate productionDate, Place productionPlace, ArtForm category, Picture.Medium medium, Picture.Support support) -
Picture
-
-
Method Details
-
getMedium
-
getSupport
-
getWidthCm
public double getWidthCm() -
setWidthCm
public void setWidthCm(double widthCm) -
getHeightCm
public double getHeightCm() -
setHeightCm
public void setHeightCm(double heightCm) -
toString
-