pixelmed
Public Member Functions | List of all members
com.pixelmed.codec.jpeg.MarkerSegmentSOF Class Reference

Public Member Functions

int getMarker ()
 
int getSamplePrecision ()
 
int getNLines ()
 
int getNSamplesPerLine ()
 
int getNComponentsInFrame ()
 
int [] getHorizontalSamplingFactor ()
 
int [] getVerticalSamplingFactor ()
 
 MarkerSegmentSOF (int marker, byte[] b, int length) throws Exception
 
String toString ()
 

Detailed Description

A JPEG SOF Marker Segment.

Author
dclunie

Definition at line 10 of file MarkerSegmentSOF.java.

Constructor & Destructor Documentation

◆ MarkerSegmentSOF()

com.pixelmed.codec.jpeg.MarkerSegmentSOF.MarkerSegmentSOF ( int  marker,
byte []  b,
int  length 
) throws Exception

Definition at line 34 of file MarkerSegmentSOF.java.

References com.pixelmed.codec.jpeg.Utilities.extract16be(), and com.pixelmed.codec.jpeg.Utilities.extract8().

Here is the call graph for this function:

Member Function Documentation

◆ getHorizontalSamplingFactor()

int [] com.pixelmed.codec.jpeg.MarkerSegmentSOF.getHorizontalSamplingFactor ( )

Definition at line 31 of file MarkerSegmentSOF.java.

Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment(), and com.pixelmed.codec.jpeg.Parse.parse().

Here is the caller graph for this function:

◆ getMarker()

int com.pixelmed.codec.jpeg.MarkerSegmentSOF.getMarker ( )

Definition at line 24 of file MarkerSegmentSOF.java.

Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment(), and com.pixelmed.codec.jpeg.Parse.parse().

Here is the caller graph for this function:

◆ getNComponentsInFrame()

int com.pixelmed.codec.jpeg.MarkerSegmentSOF.getNComponentsInFrame ( )

Definition at line 29 of file MarkerSegmentSOF.java.

Referenced by com.pixelmed.imageio.JPEGLosslessImageReader.readEverything().

Here is the caller graph for this function:

◆ getNLines()

int com.pixelmed.codec.jpeg.MarkerSegmentSOF.getNLines ( )

Definition at line 27 of file MarkerSegmentSOF.java.

Referenced by com.pixelmed.codec.jpeg.Parse.parse(), and com.pixelmed.imageio.JPEGLosslessImageReader.readEverything().

Here is the caller graph for this function:

◆ getNSamplesPerLine()

int com.pixelmed.codec.jpeg.MarkerSegmentSOF.getNSamplesPerLine ( )

◆ getSamplePrecision()

int com.pixelmed.codec.jpeg.MarkerSegmentSOF.getSamplePrecision ( )

◆ getVerticalSamplingFactor()

int [] com.pixelmed.codec.jpeg.MarkerSegmentSOF.getVerticalSamplingFactor ( )

Definition at line 32 of file MarkerSegmentSOF.java.

Referenced by com.pixelmed.codec.jpeg.EntropyCodedSegment.EntropyCodedSegment(), and com.pixelmed.codec.jpeg.Parse.parse().

Here is the caller graph for this function:

◆ toString()

String com.pixelmed.codec.jpeg.MarkerSegmentSOF.toString ( )

Definition at line 60 of file MarkerSegmentSOF.java.

References com.pixelmed.codec.jpeg.Markers.getAbbreviation().

Here is the call graph for this function: